Html Css Color HEX #828011 Olive

📋 copy color: '#828011'

red 130 ◦ green 128 ◦ blue 17

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

Shades of Olive #828011

Tints of Olive #828011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.55%

 BLUE value IS 17 (7.03% from 255) = 6.18%

R = 47.27%
G = 46.55%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#828011 (or 0x828011) is known color: Olive. HEX triplet: 82, 80 and 11. RGB value is (130,128,17). Sum of RGB (Red+Green+Blue) = 130+128+17=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #828011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828011 is #7D7FEE. Grayscale: #747474. Windows color (decimal): -8224751 or 1147010. OLE color: 1147010.

HSL color Cylindrical-coordinate representation of color #828011: hue angle of 58.94º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #828011 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 17 -
CMYK 0 0.02 0.87 0.49
HSL 58.94º 0.77% 0.29% -
HSV(B) 58.94º 0.87% 0.51% -
XYZ 17.03 20.22 3.54 -
YUV 115.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 130 128 17 0 0.02 0.87 0.49 58.94 0.77 0.29
Hex 82 80 11 0 2 57 31 3B 4D 1D
Octal 202 200 21 0 2 127 61 73 115 35
Binary 10000010 10000000 10001 0 10 1010111 110001 111011 1001101 11101

Color Harmonies of #828011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828011

Black with #828011

Text Example


Text Example

White with #828011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828011; }

 p { color: rgb(130,128,17); }

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

background-color css

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

 a { background-color: rgb(130,128,17); }

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

border-color css

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

 span { border-color: rgb(130,128,17); }

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