#828805

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

Shades of Olive #828805

Tints of Olive #828805

Color information

#828805 (or 0x828805) is unknown color: approx Olive. HEX triplet: 82, 88 and 05. RGB value is (130,136,5). Sum of RGB (Red+Green+Blue) = 130+136+5=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #828805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828805 is #7D77FA. Grayscale: #777777. Windows color (decimal): -8222715 or 362626. OLE color: 362626.

HSL color Cylindrical-coordinate representation of color #828805: hue angle of 62.75º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #828805 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1301365-
CMYK0.0400.960.47
HSL62.75º92.91%27.65%-
HSV(B)62.75º96.32%53.33%-
XYZ18.0422.373.51-
YUV119.2763.51135.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 136 (53.52% from 255) = 50.18%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=47.97%
G=50.18%
B=1.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13013650.0400.960.4762.7592.9127.65
Hex8288540602F3f5d1c
Octal202210540140577713534
Binary100000101000100010110001100000101111111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828805; }

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

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

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

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

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

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

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

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