#0C706A

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

Shades of Pine Green #0C706A

Tints of Pine Green #0C706A

Color information

#0C706A (or 0x0C706A) is unknown color: approx Pine Green. HEX triplet: 0C, 70 and 6A. RGB value is (12,112,106). Sum of RGB (Red+Green+Blue) = 12+112+106=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #0C706A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C706A is #F38F95. Grayscale: #515151. Windows color (decimal): -15962006 or 6975500. OLE color: 6975500.

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

Color convert

RGB12112106-
CMYK0.8900.050.56
HSL176.4º80.65%24.31%-
HSV(B)176.4º89.29%43.92%-
XYZ8.5512.7115.64-
YUV81.42141.8778.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.22%
GREEN value IS 112 (44.14% from 255) = 48.70%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=5.22%
G=48.70%
B=46.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal121121060.8900.050.56176.480.6524.31
HexC706A590538b05118
Octal14160152131057026012130
Binary1100111000011010101011001010111100010110000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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