#858405

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

Shades of Olive #858405

Tints of Olive #858405

Color information

#858405 (or 0x858405) is unknown color: approx Olive. HEX triplet: 85, 84 and 05. RGB value is (133,132,5). Sum of RGB (Red+Green+Blue) = 133+132+5=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #858405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858405 is #7A7BFA. Grayscale: #767676. Windows color (decimal): -8027131 or 361605. OLE color: 361605.

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

Color convert

RGB1331325-
CMYK00.010.960.48
HSL59.53º92.75%27.06%-
HSV(B)59.53º96.24%52.16%-
XYZ17.9521.53.35-
YUV117.8264.33138.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 132 (51.95% from 255) = 48.89%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=49.26%
G=48.89%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133132500.010.960.4859.5392.7527.06
Hex858450160303c5d1b
Octal205204501140607413533
Binary1000010110000100101011100000110000111100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858405; }

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

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

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

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

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

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

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

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