#0C7E70

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

Shades of Pine Green #0C7E70

Tints of Pine Green #0C7E70

Color information

#0C7E70 (or 0x0C7E70) is unknown color: approx Pine Green. HEX triplet: 0C, 7E and 70. RGB value is (12,126,112). Sum of RGB (Red+Green+Blue) = 12+126+112=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #0C7E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7E70 is #F3818F. Grayscale: #5A5A5A. Windows color (decimal): -15958416 or 7372300. OLE color: 7372300.

HSL color Cylindrical-coordinate representation of color #0C7E70: hue angle of 172.63º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7E70 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB12126112-
CMYK0.9000.110.51
HSL172.63º82.61%27.06%-
HSV(B)172.63º90.48%49.41%-
XYZ10.5416.1717.89-
YUV90.32140.2372.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.8%
GREEN value IS 126 (49.61% from 255) = 50.4%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=4.8%
G=50.4%
B=44.8%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121261120.9000.110.51172.6382.6127.06
HexC7E705A0B33ad531b
Octal141761601320136325512333
Binary11001111110111000010110100101111001110101101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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