#858703

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

Shades of Olive #858703

Tints of Olive #858703

Color information

#858703 (or 0x858703) is unknown color: approx Olive. HEX triplet: 85, 87 and 03. RGB value is (133,135,3). Sum of RGB (Red+Green+Blue) = 133+135+3=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #858703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858703 is #7A78FC. Grayscale: #777777. Windows color (decimal): -8026365 or 231301. OLE color: 231301.

HSL color Cylindrical-coordinate representation of color #858703: hue angle of 60.91º 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 #858703 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB1331353-
CMYK0.0100.980.47
HSL60.91º95.65%27.06%-
HSV(B)60.91º97.78%52.94%-
XYZ18.3522.323.43-
YUV119.3562.34137.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 135 (53.12% from 255) = 49.82%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=49.08%
G=49.82%
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
Decimal13313530.0100.980.4760.9195.6527.06
Hex8587310622F3d601b
Octal205207310142577514033
Binary100001011000011111101100010101111111101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858703; }

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

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

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

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

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

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

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

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