#0C796C

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

Shades of Pine Green #0C796C

Tints of Pine Green #0C796C

Color information

#0C796C (or 0x0C796C) is unknown color: approx Pine Green. HEX triplet: 0C, 79 and 6C. RGB value is (12,121,108). Sum of RGB (Red+Green+Blue) = 12+121+108=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #0C796C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C796C is #F38693. Grayscale: #565656. Windows color (decimal): -15959700 or 7108876. OLE color: 7108876.

HSL color Cylindrical-coordinate representation of color #0C796C: hue angle of 172.84º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C796C is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12121108-
CMYK0.9000.110.53
HSL172.84º81.95%26.08%-
HSV(B)172.84º90.08%47.45%-
XYZ9.714.8416.54-
YUV86.93139.8974.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.98%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=4.98%
G=50.21%
B=44.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121211080.9000.110.53172.8481.9526.08
HexC796C5A0B35ad521a
Octal141711541320136525512232
Binary11001111001110110010110100101111010110101101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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