#828506

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

Shades of Olive #828506

Tints of Olive #828506

Color information

#828506 (or 0x828506) is unknown color: approx Olive. HEX triplet: 82, 85 and 06. RGB value is (130,133,6). Sum of RGB (Red+Green+Blue) = 130+133+6=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #828506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828506 is #7D7AF9. Grayscale: #767676. Windows color (decimal): -8223482 or 427394. OLE color: 427394.

HSL color Cylindrical-coordinate representation of color #828506: hue angle of 61.42º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #828506 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1301336-
CMYK0.0200.950.48
HSL61.42º91.37%27.25%-
HSV(B)61.42º95.49%52.16%-
XYZ17.6321.533.4-
YUV117.6265.01136.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 133 (52.34% from 255) = 49.44%
BLUE value IS 6 (2.73% from 255) = 2.23%
R=48.33%
G=49.44%
B=2.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13013360.0200.950.4861.4291.3727.25
Hex82856205F303d5b1b
Octal202205620137607513333
Binary10000010100001011101001011111110000111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828506; }

 p { color: rgb(130,133,6); }

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

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

 a { background-color: rgb(130,133,6); }

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

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

 span { border-color: rgb(130,133,6); }

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