#0C776A

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

Shades of Pine Green #0C776A

Tints of Pine Green #0C776A

Color information

#0C776A (or 0x0C776A) is unknown color: approx Pine Green. HEX triplet: 0C, 77 and 6A. RGB value is (12,119,106). Sum of RGB (Red+Green+Blue) = 12+119+106=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #0C776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C776A is #F38895. Grayscale: #555555. Windows color (decimal): -15960214 or 6977292. OLE color: 6977292.

HSL color Cylindrical-coordinate representation of color #0C776A: hue angle of 172.71º 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 #0C776A is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12119106-
CMYK0.9000.110.53
HSL172.71º81.68%25.69%-
HSV(B)172.71º89.92%46.67%-
XYZ9.3514.3115.91-
YUV85.52139.5575.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.06%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 106 (41.80% from 255) = 44.73%
R=5.06%
G=50.21%
B=44.73%

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
Decimal121191060.9000.110.53172.7181.6825.69
HexC776A5A0B35ad521a
Octal141671521320136525512232
Binary11001110111110101010110100101111010110101101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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