#858400

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

Shades of Olive #858400

Tints of Olive #858400

Color information

#858400 (or 0x858400) is unknown color: approx Olive. HEX triplet: 85, 84 and 00. RGB value is (133,132,0). Sum of RGB (Red+Green+Blue) = 133+132+0=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #858400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858400 is #7A7BFF. Grayscale: #757575. Windows color (decimal): -8027136 or 33925. OLE color: 33925.

HSL color Cylindrical-coordinate representation of color #858400: hue angle of 59.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #858400 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB1331320-
CMYK00.0110.48
HSL59.55º100%26.08%-
HSV(B)59.55º100%52.16%-
XYZ17.9221.493.2-
YUV117.2561.83139.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 132 (51.95% from 255) = 49.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.19%
G=49.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133132000.0110.4859.5510026.08
Hex858400164303c641a
Octal205204001144607414432
Binary10000101100001000011100100110000111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858400; }

 p { color: rgb(133,132,0); }

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

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

 a { background-color: rgb(133,132,0); }

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

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

 span { border-color: rgb(133,132,0); }

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