#869406

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

Shades of Olive #869406

Tints of Olive #869406

Color information

#869406 (or 0x869406) is unknown color: approx Olive. HEX triplet: 86, 94 and 06. RGB value is (134,148,6). Sum of RGB (Red+Green+Blue) = 134+148+6=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #869406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869406 is #796BF9. Grayscale: #808080. Windows color (decimal): -7957498 or 431238. OLE color: 431238.

HSL color Cylindrical-coordinate representation of color #869406: hue angle of 65.92º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #869406 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1341486-
CMYK0.0900.960.42
HSL65.92º92.21%30.2%-
HSV(B)65.92º95.95%58.04%-
XYZ20.4526.264.16-
YUV127.6359.36132.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 148 (58.20% from 255) = 51.39%
BLUE value IS 6 (2.73% from 255) = 2.08%
R=46.53%
G=51.39%
B=2.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13414860.0900.960.4265.9292.2130.2
Hex8694690602A425c1e
Octal20622461101405210213436
Binary10000110100101001101001011000001010101000010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869406; }

 p { color: rgb(134,148,6); }

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

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

 a { background-color: rgb(134,148,6); }

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

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

 span { border-color: rgb(134,148,6); }

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