#858403

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

Shades of Olive #858403

Tints of Olive #858403

Color information

#858403 (or 0x858403) is unknown color: approx Olive. HEX triplet: 85, 84 and 03. RGB value is (133,132,3). Sum of RGB (Red+Green+Blue) = 133+132+3=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #858403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858403 is #7A7BFC. Grayscale: #767676. Windows color (decimal): -8027133 or 230533. OLE color: 230533.

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

Color convert

RGB1331323-
CMYK00.010.980.48
HSL59.54º95.59%26.67%-
HSV(B)59.54º97.74%52.16%-
XYZ17.9421.53.29-
YUV117.5963.33138.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=49.63%
G=49.25%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133132300.010.980.4859.5495.5926.67
Hex858430162303c601b
Octal205204301142607414033
Binary100001011000010011011100010110000111100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858403; }

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

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

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

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

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

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

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

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