#869309

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

Shades of Olive #869309

Tints of Olive #869309

Color information

#869309 (or 0x869309) is unknown color: approx Olive. HEX triplet: 86, 93 and 09. RGB value is (134,147,9). Sum of RGB (Red+Green+Blue) = 134+147+9=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #869309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869309 is #796CF6. Grayscale: #7F7F7F. Windows color (decimal): -7957751 or 627590. OLE color: 627590.

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

Color convert

RGB1341479-
CMYK0.0900.940.42
HSL65.65º88.46%30.59%-
HSV(B)65.65º93.88%57.65%-
XYZ20.3125.964.2-
YUV127.3861.19132.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 147 (57.81% from 255) = 50.69%
BLUE value IS 9 (3.91% from 255) = 3.10%
R=46.21%
G=50.69%
B=3.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13414790.0900.940.4265.6588.4630.59
Hex86939905E2A42581f
Octal206223111101365210213037
Binary100001101001001110011001010111101010101000010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869309; }

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

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

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

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

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

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

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

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