#0C706C

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

Shades of Pine Green #0C706C

Tints of Pine Green #0C706C

Color information

#0C706C (or 0x0C706C) is unknown color: approx Pine Green. HEX triplet: 0C, 70 and 6C. RGB value is (12,112,108). Sum of RGB (Red+Green+Blue) = 12+112+108=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #0C706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C706C is #F38F93. Grayscale: #515151. Windows color (decimal): -15962004 or 7106572. OLE color: 7106572.

HSL color Cylindrical-coordinate representation of color #0C706C: hue angle of 177.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 #0C706C is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB12112108-
CMYK0.8900.040.56
HSL177.6º80.65%24.31%-
HSV(B)177.6º89.29%43.92%-
XYZ8.6512.7516.19-
YUV81.64142.8778.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.17%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=5.17%
G=48.28%
B=46.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal121121080.8900.040.56177.680.6524.31
HexC706C590438b25118
Octal14160154131047026212130
Binary1100111000011011001011001010011100010110010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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