Html Css Color HEX #08826E Pine Green

📋 copy color: '#08826E'

red 8 ◦ green 130 ◦ blue 110

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

Shades of Pine Green #08826E

Tints of Pine Green #08826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.35%

R = 3.23%
G = 52.42%
B = 44.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#08826E (or 0x08826E) is known color: Pine Green. HEX triplet: 08, 82 and 6E. RGB value is (8,130,110). Sum of RGB (Red+Green+Blue) = 8+130+110=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #08826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08826E is #F77D91. Grayscale: #5B5B5B. Windows color (decimal): -16219538 or 7242248. OLE color: 7242248.

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

Color convert

RGB 8 130 110 -
CMYK 0.94 0 0.15 0.49
HSL 170.16º 0.88% 0.27% -
HSV(B) 170.16º 0.94% 0.51% -
XYZ 10.9 17.14 17.49 -
YUV 91.24 138.58 68.63 -
System Red Green Blue C M Y K H S L
Decimal 8 130 110 0.94 0 0.15 0.49 170.16 0.88 0.27
Hex 8 82 6E 5E 0 F 31 AA 58 1B
Octal 10 202 156 136 0 17 61 252 130 33
Binary 1000 10000010 1101110 1011110 0 1111 110001 10101010 1011000 11011

Color Harmonies of #08826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08826E

Black with #08826E

Text Example


Text Example

White with #08826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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