#86800F

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

Shades of Olive #86800F

Tints of Olive #86800F

Color information

#86800F (or 0x86800F) is unknown color: approx Olive. HEX triplet: 86, 80 and 0F. RGB value is (134,128,15). Sum of RGB (Red+Green+Blue) = 134+128+15=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86800F is #797FF0. Grayscale: #757575. Windows color (decimal): -7962609 or 1015942. OLE color: 1015942.

HSL color Cylindrical-coordinate representation of color #86800F: hue angle of 56.97º 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 #86800F is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13412815-
CMYK00.040.890.47
HSL56.97º79.87%29.22%-
HSV(B)56.97º88.81%52.55%-
XYZ17.6420.543.49-
YUV116.9170.49140.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 15 (6.25% from 255) = 5.42%
R=48.38%
G=46.21%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341281500.040.890.4756.9779.8729.22
Hex8680F04592F39501d
Octal2062001704131577112035
Binary1000011010000000111101001011001101111111001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86800F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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