#0C703F

Color #0C703F Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0C703F

Tints of Jewel #0C703F

Color information

#0C703F (or 0x0C703F) is unknown color: approx Jewel. HEX triplet: 0C, 70 and 3F. RGB value is (12,112,63). Sum of RGB (Red+Green+Blue) = 12+112+63=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #0C703F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C703F is #F38FC0. Grayscale: #4C4C4C. Windows color (decimal): -15962049 or 4157452. OLE color: 4157452.

HSL color Cylindrical-coordinate representation of color #0C703F: hue angle of 150.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C703F is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1211263-
CMYK0.8900.440.56
HSL150.6º80.65%24.31%-
HSV(B)150.6º89.29%43.92%-
XYZ6.8412.036.66-
YUV76.51120.3781.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 6.42%
GREEN value IS 112 (44.14% from 255) = 59.89%
BLUE value IS 63 (25% from 255) = 33.69%
R=6.42%
G=59.89%
B=33.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12112630.8900.440.56150.680.6524.31
HexC703F5902C38975118
Octal14160771310547022712130
Binary110011100001111111011001010110011100010010111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C703F; }

 p { color: rgb(12,112,63); }

 H1.HeaderClassName
 {
   color: #0C703F;
 }
 .AnyTagClassName
 {
   color: #0C703F;
 }
</style>
background-color css

<style>
 a { background-color: #0C703F; }

 a { background-color: rgb(12,112,63); }

 div.DivClassName
 {
   background-color: #0C703F;
 }
 .BgClassName
 {
   background-color: #0C703F;
 }
</style>
border-color css

<style>
 span { border-color: #0C703F; }

 span { border-color: rgb(12,112,63); }

 td.TdClassName
 {
   border-color: #0C703F;
 }
 .TagClassName
 {
   border-color: #0C703F;
 }
</style>