Html Css Color HEX #828111 Olive

📋 copy color: '#828111'

red 130 ◦ green 129 ◦ blue 17

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

Shades of Olive #828111

Tints of Olive #828111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.74%

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

R = 47.1%
G = 46.74%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#828111 (or 0x828111) is known color: Olive. HEX triplet: 82, 81 and 11. RGB value is (130,129,17). Sum of RGB (Red+Green+Blue) = 130+129+17=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #828111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828111 is #7D7EEE. Grayscale: #747474. Windows color (decimal): -8224495 or 1147266. OLE color: 1147266.

HSL color Cylindrical-coordinate representation of color #828111: hue angle of 59.47º 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 #828111 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 129 17 -
CMYK 0 0.01 0.87 0.49
HSL 59.47º 0.77% 0.29% -
HSV(B) 59.47º 0.87% 0.51% -
XYZ 17.16 20.49 3.58 -
YUV 116.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 130 129 17 0 0.01 0.87 0.49 59.47 0.77 0.29
Hex 82 81 11 0 1 57 31 3B 4D 1D
Octal 202 201 21 0 1 127 61 73 115 35
Binary 10000010 10000001 10001 0 1 1010111 110001 111011 1001101 11101

Color Harmonies of #828111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828111

Black with #828111

Text Example


Text Example

White with #828111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828111; }

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

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

background-color css

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

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

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

border-color css

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

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

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