Html Css Color HEX #08826C Pine Green

📋 copy color: '#08826C'

red 8 ◦ green 130 ◦ blue 108

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

Shades of Pine Green #08826C

Tints of Pine Green #08826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.85%

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

R = 3.25%
G = 52.85%
B = 43.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#08826C (or 0x08826C) is known color: Pine Green. HEX triplet: 08, 82 and 6C. RGB value is (8,130,108). Sum of RGB (Red+Green+Blue) = 8+130+108=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #08826C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08826C is #F77D93. Grayscale: #5A5A5A. Windows color (decimal): -16219540 or 7111176. OLE color: 7111176.

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

Color convert

RGB 8 130 108 -
CMYK 0.94 0 0.17 0.49
HSL 169.18º 0.88% 0.27% -
HSV(B) 169.18º 0.94% 0.51% -
XYZ 10.79 17.1 16.92 -
YUV 91.01 137.58 68.79 -
System Red Green Blue C M Y K H S L
Decimal 8 130 108 0.94 0 0.17 0.49 169.18 0.88 0.27
Hex 8 82 6C 5E 0 11 31 A9 58 1B
Octal 10 202 154 136 0 21 61 251 130 33
Binary 1000 10000010 1101100 1011110 0 10001 110001 10101001 1011000 11011

Color Harmonies of #08826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08826C

Black with #08826C

Text Example


Text Example

White with #08826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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