#08776D

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

Shades of Pine Green #08776D

Tints of Pine Green #08776D

Color information

#08776D (or 0x08776D) is unknown color: approx Pine Green. HEX triplet: 08, 77 and 6D. RGB value is (8,119,109). Sum of RGB (Red+Green+Blue) = 8+119+109=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #08776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08776D is #F78892. Grayscale: #545454. Windows color (decimal): -16222355 or 7173896. OLE color: 7173896.

HSL color Cylindrical-coordinate representation of color #08776D: hue angle of 174.59º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08776D is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB8119109-
CMYK0.9300.080.53
HSL174.59º87.4%24.9%-
HSV(B)174.59º93.28%46.67%-
XYZ9.4614.3516.74-
YUV84.67141.7373.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.39%
GREEN value IS 119 (46.88% from 255) = 50.42%
BLUE value IS 109 (42.97% from 255) = 46.19%
R=3.39%
G=50.42%
B=46.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81191090.9300.080.53174.5987.424.9
Hex8776D5D0835af5719
Octal101671551350106525712731
Binary10001110111110110110111010100011010110101111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08776D; }

 p { color: rgb(8,119,109); }

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

<style>
 a { background-color: #08776D; }

 a { background-color: rgb(8,119,109); }

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

<style>
 span { border-color: #08776D; }

 span { border-color: rgb(8,119,109); }

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