Html Css Color HEX #08806B Pine Green

📋 copy color: '#08806B'

red 8 ◦ green 128 ◦ blue 107

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

Shades of Pine Green #08806B

Tints of Pine Green #08806B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.67%

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 3.29%
G = 52.67%
B = 44.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#08806B (or 0x08806B) is known color: Pine Green. HEX triplet: 08, 80 and 6B. RGB value is (8,128,107). Sum of RGB (Red+Green+Blue) = 8+128+107=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #08806B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08806B is #F77F94. Grayscale: #595959. Windows color (decimal): -16220053 or 7045128. OLE color: 7045128.

HSL color Cylindrical-coordinate representation of color #08806B: hue angle of 169.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08806B is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 128 107 -
CMYK 0.94 0 0.16 0.50
HSL 169.5º 0.88% 0.27% -
HSV(B) 169.5º 0.94% 0.5% -
XYZ 10.47 16.55 16.55 -
YUV 89.73 137.74 69.71 -
System Red Green Blue C M Y K H S L
Decimal 8 128 107 0.94 0 0.16 0.50 169.5 0.88 0.27
Hex 8 80 6B 5E 0 10 32 AA 58 1B
Octal 10 200 153 136 0 20 62 252 130 33
Binary 1000 10000000 1101011 1011110 0 10000 110010 10101010 1011000 11011

Color Harmonies of #08806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08806B

Black with #08806B

Text Example


Text Example

White with #08806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08806B; }

 p { color: rgb(8,128,107); }

 H1.HeaderClassName
 {
   color: #08806B;
 }
 .AnyTagClassName
 {
   color: #08806B;
 }
</style>

background-color css

<style>
 a { background-color: #08806B; }

 a { background-color: rgb(8,128,107); }

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

border-color css

<style>
 span { border-color: #08806B; }

 span { border-color: rgb(8,128,107); }

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