#828611

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

Shades of Olive #828611

Tints of Olive #828611

Color information

#828611 (or 0x828611) is unknown color: approx Olive. HEX triplet: 82, 86 and 11. RGB value is (130,134,17). Sum of RGB (Red+Green+Blue) = 130+134+17=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #828611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828611 is #7D79EE. Grayscale: #777777. Windows color (decimal): -8223215 or 1148546. OLE color: 1148546.

HSL color Cylindrical-coordinate representation of color #828611: hue angle of 62.05º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #828611 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB13013417-
CMYK0.0300.870.47
HSL62.05º77.48%29.61%-
HSV(B)62.05º87.31%52.55%-
XYZ17.8321.843.81-
YUV119.4770.17135.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 17 (7.03% from 255) = 6.05%
R=46.26%
G=47.69%
B=6.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134170.0300.870.4762.0577.4829.61
Hex82861130572F3e4d1e
Octal2022062130127577611536
Binary1000001010000110100011101010111101111111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828611; }

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

 H1.HeaderClassName
 {
   color: #828611;
 }
 .AnyTagClassName
 {
   color: #828611;
 }
</style>
background-color css

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

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

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

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

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

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