#08776A

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

Shades of Pine Green #08776A

Tints of Pine Green #08776A

Color information

#08776A (or 0x08776A) is unknown color: approx Pine Green. HEX triplet: 08, 77 and 6A. RGB value is (8,119,106). Sum of RGB (Red+Green+Blue) = 8+119+106=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #08776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08776A is #F78895. Grayscale: #545454. Windows color (decimal): -16222358 or 6977288. OLE color: 6977288.

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

Color convert

RGB8119106-
CMYK0.9300.110.53
HSL172.97º87.4%24.9%-
HSV(B)172.97º93.28%46.67%-
XYZ9.314.2915.9-
YUV84.33140.2373.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.43%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 106 (41.80% from 255) = 45.49%
R=3.43%
G=51.07%
B=45.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81191060.9300.110.53172.9787.424.9
Hex8776A5D0B35ad5719
Octal101671521350136525512731
Binary10001110111110101010111010101111010110101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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