Html Css Color HEX #08816C Pine Green

📋 copy color: '#08816C'

red 8 ◦ green 129 ◦ blue 108

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

Shades of Pine Green #08816C

Tints of Pine Green #08816C

RGB

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

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

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

R = 3.27%
G = 52.65%
B = 44.08%

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

#08816C (or 0x08816C) is known color: Pine Green. HEX triplet: 08, 81 and 6C. RGB value is (8,129,108). Sum of RGB (Red+Green+Blue) = 8+129+108=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #08816C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08816C is #F77E93. Grayscale: #5A5A5A. Windows color (decimal): -16219796 or 7110920. OLE color: 7110920.

HSL color Cylindrical-coordinate representation of color #08816C: hue angle of 169.59º 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 #08816C is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 129 108 -
CMYK 0.94 0 0.16 0.49
HSL 169.59º 0.88% 0.27% -
HSV(B) 169.59º 0.94% 0.51% -
XYZ 10.66 16.83 16.88 -
YUV 90.43 137.91 69.21 -
System Red Green Blue C M Y K H S L
Decimal 8 129 108 0.94 0 0.16 0.49 169.59 0.88 0.27
Hex 8 81 6C 5E 0 10 31 AA 58 1B
Octal 10 201 154 136 0 20 61 252 130 33
Binary 1000 10000001 1101100 1011110 0 10000 110001 10101010 1011000 11011

Color Harmonies of #08816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08816C

Black with #08816C

Text Example


Text Example

White with #08816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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