#828811

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

Shades of Olive #828811

Tints of Olive #828811

Color information

#828811 (or 0x828811) is unknown color: approx Olive. HEX triplet: 82, 88 and 11. RGB value is (130,136,17). Sum of RGB (Red+Green+Blue) = 130+136+17=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #828811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828811 is #7D77EE. Grayscale: #797979. Windows color (decimal): -8222703 or 1149058. OLE color: 1149058.

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

Color convert

RGB13013617-
CMYK0.0400.870.47
HSL63.03º77.78%30%-
HSV(B)63.03º87.5%53.33%-
XYZ18.1122.393.9-
YUV120.6469.51134.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 136 (53.52% from 255) = 48.06%
BLUE value IS 17 (7.03% from 255) = 6.01%
R=45.94%
G=48.06%
B=6.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130136170.0400.870.4763.0377.7830
Hex82881140572F3f4e1e
Octal2022102140127577711636
Binary10000010100010001000110001010111101111111111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828811; }

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

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

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

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

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

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

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

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