Html Css Color HEX #08776A Pine Green

📋 copy color: '#08776A'

red 8 ◦ green 119 ◦ blue 106

#08776A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #08776A

Tints of Pine Green #08776A

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.8% from 255) = 45.49%

R = 3.43%
G = 51.07%
B = 45.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#08776A (or 0x08776A) is known color: 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

RGB 8 119 106 -
CMYK 0.93 0 0.11 0.53
HSL 172.97º 0.87% 0.25% -
HSV(B) 172.97º 0.93% 0.47% -
XYZ 9.3 14.29 15.9 -
YUV 84.33 140.23 73.56 -
System Red Green Blue C M Y K H S L
Decimal 8 119 106 0.93 0 0.11 0.53 172.97 0.87 0.25
Hex 8 77 6A 5D 0 B 35 AD 57 19
Octal 10 167 152 135 0 13 65 255 127 31
Binary 1000 1110111 1101010 1011101 0 1011 110101 10101101 1010111 11001

Color Harmonies of #08776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08776A

Black with #08776A

Text Example


Text Example

White with #08776A

Text Example


Text Example

HTML Codes & Css Web 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>