#869704

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

Shades of Olive #869704

Tints of Olive #869704

Color information

#869704 (or 0x869704) is unknown color: approx Olive. HEX triplet: 86, 97 and 04. RGB value is (134,151,4). Sum of RGB (Red+Green+Blue) = 134+151+4=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #869704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869704 is #7968FB. Grayscale: #818181. Windows color (decimal): -7956732 or 300934. OLE color: 300934.

HSL color Cylindrical-coordinate representation of color #869704: hue angle of 66.94º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #869704 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1341514-
CMYK0.1100.970.41
HSL66.94º94.84%30.39%-
HSV(B)66.94º97.35%59.22%-
XYZ20.9227.214.26-
YUV129.1657.37131.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 151 (59.38% from 255) = 52.25%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=46.37%
G=52.25%
B=1.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13415140.1100.970.4166.9494.8430.39
Hex86974B06129435f1e
Octal20622741301415110313736
Binary10000110100101111001011011000011010011000011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869704; }

 p { color: rgb(134,151,4); }

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

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

 a { background-color: rgb(134,151,4); }

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

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

 span { border-color: rgb(134,151,4); }

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