Html Css Color HEX #08776E Pine Green

📋 copy color: '#08776E'

red 8 ◦ green 119 ◦ blue 110

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

Shades of Pine Green #08776E

Tints of Pine Green #08776E

RGB

 RED value IS 8 (3.52% from 255) = 3.38%

 GREEN value IS 119 (46.88% from 255) = 50.21%

 BLUE value IS 110 (43.36% from 255) = 46.41%

R = 3.38%
G = 50.21%
B = 46.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#08776E (or 0x08776E) is known color: Pine Green. HEX triplet: 08, 77 and 6E. RGB value is (8,119,110). Sum of RGB (Red+Green+Blue) = 8+119+110=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #08776E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08776E is #F78891. Grayscale: #545454. Windows color (decimal): -16222354 or 7239432. OLE color: 7239432.

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

Color convert

RGB 8 119 110 -
CMYK 0.93 0 0.08 0.53
HSL 175.14º 0.87% 0.25% -
HSV(B) 175.14º 0.93% 0.47% -
XYZ 9.51 14.37 17.02 -
YUV 84.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 8 119 110 0.93 0 0.08 0.53 175.14 0.87 0.25
Hex 8 77 6E 5D 0 8 35 AF 57 19
Octal 10 167 156 135 0 10 65 257 127 31
Binary 1000 1110111 1101110 1011101 0 1000 110101 10101111 1010111 11001

Color Harmonies of #08776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08776E

Black with #08776E

Text Example


Text Example

White with #08776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08776E;
 }
 .AnyTagClassName
 {
   color: #08776E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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