Html Css Color HEX #08816D Pine Green

📋 copy color: '#08816D'

red 8 ◦ green 129 ◦ blue 109

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

Shades of Pine Green #08816D

Tints of Pine Green #08816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.44%

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

R = 3.25%
G = 52.44%
B = 44.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#08816D (or 0x08816D) is known color: Pine Green. HEX triplet: 08, 81 and 6D. RGB value is (8,129,109). Sum of RGB (Red+Green+Blue) = 8+129+109=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #08816D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08816D is #F77E92. Grayscale: #5A5A5A. Windows color (decimal): -16219795 or 7176456. OLE color: 7176456.

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

Color convert

RGB 8 129 109 -
CMYK 0.94 0 0.16 0.49
HSL 170.08º 0.88% 0.27% -
HSV(B) 170.08º 0.94% 0.51% -
XYZ 10.71 16.86 17.16 -
YUV 90.54 138.41 69.13 -
System Red Green Blue C M Y K H S L
Decimal 8 129 109 0.94 0 0.16 0.49 170.08 0.88 0.27
Hex 8 81 6D 5E 0 10 31 AA 58 1B
Octal 10 201 155 136 0 20 61 252 130 33
Binary 1000 10000001 1101101 1011110 0 10000 110001 10101010 1011000 11011

Color Harmonies of #08816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08816D

Black with #08816D

Text Example


Text Example

White with #08816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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