#869006

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

Shades of Olive #869006

Tints of Olive #869006

Color information

#869006 (or 0x869006) is unknown color: approx Olive. HEX triplet: 86, 90 and 06. RGB value is (134,144,6). Sum of RGB (Red+Green+Blue) = 134+144+6=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #869006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869006 is #796FF9. Grayscale: #7D7D7D. Windows color (decimal): -7958522 or 430214. OLE color: 430214.

HSL color Cylindrical-coordinate representation of color #869006: hue angle of 64.35º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #869006 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1341446-
CMYK0.0700.960.44
HSL64.35º92%29.41%-
HSV(B)64.35º95.83%56.47%-
XYZ19.8425.033.96-
YUV125.2860.69134.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 144 (56.64% from 255) = 50.70%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=47.18%
G=50.70%
B=2.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13414460.0700.960.4464.359229.41
Hex8690670602C405c1d
Octal2062206701405410013435
Binary1000011010010000110111011000001011001000000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869006; }

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

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

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

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

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

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

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

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