Html Css Color HEX #828809 Olive

📋 copy color: '#828809'

red 130 ◦ green 136 ◦ blue 9

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

Shades of Olive #828809

Tints of Olive #828809

RGB

 RED value IS 130 (51.17% from 255) = 47.27%

 GREEN value IS 136 (53.52% from 255) = 49.45%

 BLUE value IS 9 (3.91% from 255) = 3.27%

R = 47.27%
G = 49.45%
B = 3.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#828809 (or 0x828809) is known color: Olive. HEX triplet: 82, 88 and 09. RGB value is (130,136,9). Sum of RGB (Red+Green+Blue) = 130+136+9=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #828809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828809 is #7D77F6. Grayscale: #787878. Windows color (decimal): -8222711 or 624770. OLE color: 624770.

HSL color Cylindrical-coordinate representation of color #828809: hue angle of 62.83º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #828809 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 9 -
CMYK 0.04 0 0.93 0.47
HSL 62.83º 0.88% 0.28% -
HSV(B) 62.83º 0.93% 0.53% -
XYZ 18.06 22.37 3.63 -
YUV 119.73 65.51 135.33 -
System Red Green Blue C M Y K H S L
Decimal 130 136 9 0.04 0 0.93 0.47 62.83 0.88 0.28
Hex 82 88 9 4 0 5D 2F 3F 58 1C
Octal 202 210 11 4 0 135 57 77 130 34
Binary 10000010 10001000 1001 100 0 1011101 101111 111111 1011000 11100

Color Harmonies of #828809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828809

Black with #828809

Text Example


Text Example

White with #828809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828809; }

 p { color: rgb(130,136,9); }

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

background-color css

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

 a { background-color: rgb(130,136,9); }

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

border-color css

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

 span { border-color: rgb(130,136,9); }

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