#858D0F

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

Shades of Olive #858D0F

Tints of Olive #858D0F

Color information

#858D0F (or 0x858D0F) is unknown color: approx Olive. HEX triplet: 85, 8D and 0F. RGB value is (133,141,15). Sum of RGB (Red+Green+Blue) = 133+141+15=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #858D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858D0F is #7A72F0. Grayscale: #7C7C7C. Windows color (decimal): -8024817 or 1019269. OLE color: 1019269.

HSL color Cylindrical-coordinate representation of color #858D0F: hue angle of 63.81º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #858D0F is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB13314115-
CMYK0.0600.890.45
HSL63.81º80.77%30.59%-
HSV(B)63.81º89.36%55.29%-
XYZ19.2824.074.08-
YUV124.2466.35134.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 141 (55.47% from 255) = 48.79%
BLUE value IS 15 (6.25% from 255) = 5.19%
R=46.02%
G=48.79%
B=5.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133141150.0600.890.4563.8180.7730.59
Hex858DF60592D40511f
Octal20521517601315510012137
Binary10000101100011011111110010110011011011000000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,141,15); }

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

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

 a { background-color: rgb(133,141,15); }

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

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

 span { border-color: rgb(133,141,15); }

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