Html Css Color HEX #08766D Pine Green

📋 copy color: '#08766D'

red 8 ◦ green 118 ◦ blue 109

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

Shades of Pine Green #08766D

Tints of Pine Green #08766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.21%

 BLUE value IS 109 (42.97% from 255) = 46.38%

R = 3.4%
G = 50.21%
B = 46.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#08766D (or 0x08766D) is known color: Pine Green. HEX triplet: 08, 76 and 6D. RGB value is (8,118,109). Sum of RGB (Red+Green+Blue) = 8+118+109=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #08766D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08766D is #F78992. Grayscale: #545454. Windows color (decimal): -16222611 or 7173640. OLE color: 7173640.

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

Color convert

RGB 8 118 109 -
CMYK 0.93 0 0.08 0.54
HSL 175.09º 0.87% 0.25% -
HSV(B) 175.09º 0.93% 0.46% -
XYZ 9.34 14.11 16.7 -
YUV 84.08 142.06 73.73 -
System Red Green Blue C M Y K H S L
Decimal 8 118 109 0.93 0 0.08 0.54 175.09 0.87 0.25
Hex 8 76 6D 5D 0 8 36 AF 57 19
Octal 10 166 155 135 0 10 66 257 127 31
Binary 1000 1110110 1101101 1011101 0 1000 110110 10101111 1010111 11001

Color Harmonies of #08766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08766D

Black with #08766D

Text Example


Text Example

White with #08766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08766D;
 }
 .AnyTagClassName
 {
   color: #08766D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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