#828111

Color #828111 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #828111

Tints of Olive #828111

Color information

#828111 (or 0x828111) is unknown color: approx 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

RGB13012917-
CMYK00.010.870.49
HSL59.47º76.87%28.82%-
HSV(B)59.47º86.92%50.98%-
XYZ17.1620.493.58-
YUV116.5371.83137.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 17 (7.03% from 255) = 6.16%
R=47.10%
G=46.74%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301291700.010.870.4959.4776.8728.82
Hex8281110157313b4d1d
Octal2022012101127617311535
Binary100000101000000110001011010111110001111011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>