#86890F

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

Shades of Olive #86890F

Tints of Olive #86890F

Color information

#86890F (or 0x86890F) is unknown color: approx Olive. HEX triplet: 86, 89 and 0F. RGB value is (134,137,15). Sum of RGB (Red+Green+Blue) = 134+137+15=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #86890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86890F is #7976F0. Grayscale: #7A7A7A. Windows color (decimal): -7960305 or 1018246. OLE color: 1018246.

HSL color Cylindrical-coordinate representation of color #86890F: hue angle of 61.48º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86890F is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB13413715-
CMYK0.0200.890.46
HSL61.48º80.26%29.8%-
HSV(B)61.48º89.05%53.73%-
XYZ18.8622.993.9-
YUV122.1967.51136.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 137 (53.91% from 255) = 47.90%
BLUE value IS 15 (6.25% from 255) = 5.24%
R=46.85%
G=47.90%
B=5.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137150.0200.890.4661.4880.2629.8
Hex8689F20592E3d501e
Octal2062111720131567512036
Binary100001101000100111111001011001101110111101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,137,15); }

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

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

 a { background-color: rgb(134,137,15); }

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

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

 span { border-color: rgb(134,137,15); }

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