#868509

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

Shades of Olive #868509

Tints of Olive #868509

Color information

#868509 (or 0x868509) is unknown color: approx Olive. HEX triplet: 86, 85 and 09. RGB value is (134,133,9). Sum of RGB (Red+Green+Blue) = 134+133+9=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #868509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868509 is #797AF6. Grayscale: #777777. Windows color (decimal): -7961335 or 624006. OLE color: 624006.

HSL color Cylindrical-coordinate representation of color #868509: hue angle of 59.52º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #868509 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1341339-
CMYK00.010.930.47
HSL59.52º87.41%28.04%-
HSV(B)59.52º93.28%52.55%-
XYZ18.2721.863.52-
YUV119.1665.83138.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 133 (52.34% from 255) = 48.19%
BLUE value IS 9 (3.91% from 255) = 3.26%
R=48.55%
G=48.19%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134133900.010.930.4759.5287.4128.04
Hex86859015D2F3c571c
Octal2062051101135577412734
Binary10000110100001011001011011101101111111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868509; }

 p { color: rgb(134,133,9); }

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

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

 a { background-color: rgb(134,133,9); }

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

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

 span { border-color: rgb(134,133,9); }

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