#0C766C

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

Shades of Pine Green #0C766C

Tints of Pine Green #0C766C

Color information

#0C766C (or 0x0C766C) is unknown color: approx Pine Green. HEX triplet: 0C, 76 and 6C. RGB value is (12,118,108). Sum of RGB (Red+Green+Blue) = 12+118+108=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #0C766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C766C is #F38993. Grayscale: #555555. Windows color (decimal): -15960468 or 7108108. OLE color: 7108108.

HSL color Cylindrical-coordinate representation of color #0C766C: hue angle of 174.34º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C766C is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB12118108-
CMYK0.9000.080.54
HSL174.34º81.54%25.49%-
HSV(B)174.34º89.83%46.27%-
XYZ9.3414.1216.42-
YUV85.17140.8875.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.04%
GREEN value IS 118 (46.48% from 255) = 49.58%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=5.04%
G=49.58%
B=45.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal121181080.9000.080.54174.3481.5425.49
HexC766C5A0836ae5219
Octal141661541320106625612231
Binary11001110110110110010110100100011011010101110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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