Html Css Color HEX #828805 Olive

📋 copy color: '#828805'

red 130 ◦ green 136 ◦ blue 5

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

Shades of Olive #828805

Tints of Olive #828805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 47.97%
G = 50.18%
B = 1.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#828805 (or 0x828805) is known color: Olive. HEX triplet: 82, 88 and 05. RGB value is (130,136,5). Sum of RGB (Red+Green+Blue) = 130+136+5=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #828805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828805 is #7D77FA. Grayscale: #777777. Windows color (decimal): -8222715 or 362626. OLE color: 362626.

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

Color convert

RGB 130 136 5 -
CMYK 0.04 0 0.96 0.47
HSL 62.75º 0.93% 0.28% -
HSV(B) 62.75º 0.96% 0.53% -
XYZ 18.04 22.37 3.51 -
YUV 119.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 130 136 5 0.04 0 0.96 0.47 62.75 0.93 0.28
Hex 82 88 5 4 0 60 2F 3F 5D 1C
Octal 202 210 5 4 0 140 57 77 135 34
Binary 10000010 10001000 101 100 0 1100000 101111 111111 1011101 11100

Color Harmonies of #828805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828805

Black with #828805

Text Example


Text Example

White with #828805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828805; }

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

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

background-color css

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

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

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

border-color css

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

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

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