#858303

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

Shades of Olive #858303

Tints of Olive #858303

Color information

#858303 (or 0x858303) is unknown color: approx Olive. HEX triplet: 85, 83 and 03. RGB value is (133,131,3). Sum of RGB (Red+Green+Blue) = 133+131+3=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #858303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858303 is #7A7CFC. Grayscale: #757575. Windows color (decimal): -8027389 or 230277. OLE color: 230277.

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

Color convert

RGB1331313-
CMYK00.020.980.48
HSL59.08º95.59%26.67%-
HSV(B)59.08º97.74%52.16%-
XYZ17.8121.233.24-
YUV117.0163.66139.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=49.81%
G=49.06%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133131300.020.980.4859.0895.5926.67
Hex858330262303b601b
Octal205203302142607314033
Binary1000010110000011110101100010110000111011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858303; }

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

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

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

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

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

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

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

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