Html Css Color HEX #08776C Pine Green

📋 copy color: '#08776C'

red 8 ◦ green 119 ◦ blue 108

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

Shades of Pine Green #08776C

Tints of Pine Green #08776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.96%

R = 3.4%
G = 50.64%
B = 45.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#08776C (or 0x08776C) is known color: Pine Green. HEX triplet: 08, 77 and 6C. RGB value is (8,119,108). Sum of RGB (Red+Green+Blue) = 8+119+108=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #08776C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08776C is #F78893. Grayscale: #545454. Windows color (decimal): -16222356 or 7108360. OLE color: 7108360.

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

Color convert

RGB 8 119 108 -
CMYK 0.93 0 0.09 0.53
HSL 174.05º 0.87% 0.25% -
HSV(B) 174.05º 0.93% 0.47% -
XYZ 9.4 14.33 16.46 -
YUV 84.56 141.23 73.39 -
System Red Green Blue C M Y K H S L
Decimal 8 119 108 0.93 0 0.09 0.53 174.05 0.87 0.25
Hex 8 77 6C 5D 0 9 35 AE 57 19
Octal 10 167 154 135 0 11 65 256 127 31
Binary 1000 1110111 1101100 1011101 0 1001 110101 10101110 1010111 11001

Color Harmonies of #08776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08776C

Black with #08776C

Text Example


Text Example

White with #08776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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