#0C806E

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

Shades of Pine Green #0C806E

Tints of Pine Green #0C806E

Color information

#0C806E (or 0x0C806E) is unknown color: approx Pine Green. HEX triplet: 0C, 80 and 6E. RGB value is (12,128,110). Sum of RGB (Red+Green+Blue) = 12+128+110=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #0C806E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C806E is #F37F91. Grayscale: #5B5B5B. Windows color (decimal): -15957906 or 7241740. OLE color: 7241740.

HSL color Cylindrical-coordinate representation of color #0C806E: hue angle of 170.69º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C806E is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12128110-
CMYK0.9100.140.50
HSL170.69º82.86%27.45%-
HSV(B)170.69º90.62%50.2%-
XYZ10.6916.6417.4-
YUV91.26138.5771.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.8%
GREEN value IS 128 (50.39% from 255) = 51.2%
BLUE value IS 110 (43.36% from 255) = 44%
R=4.8%
G=51.2%
B=44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121281100.9100.140.50170.6982.8627.45
HexC806E5B0E32ab531b
Octal142001561330166225312333
Binary110010000000110111010110110111011001010101011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,128,110); }

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

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

 a { background-color: rgb(12,128,110); }

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

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

 span { border-color: rgb(12,128,110); }

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