#858C00

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

Shades of Olive #858C00

Tints of Olive #858C00

Color information

#858C00 (or 0x858C00) is unknown color: approx Olive. HEX triplet: 85, 8C and 00. RGB value is (133,140,0). Sum of RGB (Red+Green+Blue) = 133+140+0=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #858C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858C00 is #7A73FF. Grayscale: #7A7A7A. Windows color (decimal): -8025088 or 35973. OLE color: 35973.

HSL color Cylindrical-coordinate representation of color #858C00: hue angle of 63º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #858C00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB1331400-
CMYK0.05010.45
HSL63º100%27.45%-
HSV(B)63º100%54.9%-
XYZ19.0523.743.58-
YUV121.9559.18135.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 140 (55.08% from 255) = 51.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.72%
G=51.28%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13314000.05010.456310027.45
Hex858C050642D3f641b
Octal205214050144557714433
Binary1000010110001100010101100100101101111111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858C00; }

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

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

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

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

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

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

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

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