#858603

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

Shades of Olive #858603

Tints of Olive #858603

Color information

#858603 (or 0x858603) is unknown color: approx Olive. HEX triplet: 85, 86 and 03. RGB value is (133,134,3). Sum of RGB (Red+Green+Blue) = 133+134+3=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #858603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858603 is #7A79FC. Grayscale: #777777. Windows color (decimal): -8026621 or 231045. OLE color: 231045.

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

Color convert

RGB1331343-
CMYK0.0100.980.47
HSL60.46º95.62%26.86%-
HSV(B)60.46º97.76%52.55%-
XYZ18.2122.043.38-
YUV118.7762.67138.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 134 (52.73% from 255) = 49.63%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=49.26%
G=49.63%
B=1.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13313430.0100.980.4760.4695.6226.86
Hex8586310622F3c601b
Octal205206310142577414033
Binary100001011000011011101100010101111111100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858603; }

 p { color: rgb(133,134,3); }

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

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

 a { background-color: rgb(133,134,3); }

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

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

 span { border-color: rgb(133,134,3); }

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