#85870F

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

Shades of Olive #85870F

Tints of Olive #85870F

Color information

#85870F (or 0x85870F) is unknown color: approx Olive. HEX triplet: 85, 87 and 0F. RGB value is (133,135,15). Sum of RGB (Red+Green+Blue) = 133+135+15=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #85870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85870F is #7A78F0. Grayscale: #797979. Windows color (decimal): -8026353 or 1017733. OLE color: 1017733.

HSL color Cylindrical-coordinate representation of color #85870F: hue angle of 61º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85870F is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13313515-
CMYK0.0100.890.47
HSL61º80%29.41%-
HSV(B)61º88.89%52.94%-
XYZ18.4222.353.79-
YUV120.7268.34136.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 15 (6.25% from 255) = 5.30%
R=47.00%
G=47.70%
B=5.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135150.0100.890.47618029.41
Hex8587F10592F3d501d
Octal2052071710131577512035
Binary10000101100001111111101011001101111111101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85870F; }

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

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

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

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

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

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

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

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