#849009

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

Shades of Olive #849009

Tints of Olive #849009

Color information

#849009 (or 0x849009) is unknown color: approx Olive. HEX triplet: 84, 90 and 09. RGB value is (132,144,9). Sum of RGB (Red+Green+Blue) = 132+144+9=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #849009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849009 is #7B6FF6. Grayscale: #7D7D7D. Windows color (decimal): -8089591 or 626820. OLE color: 626820.

HSL color Cylindrical-coordinate representation of color #849009: hue angle of 65.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #849009 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1321449-
CMYK0.0800.940.44
HSL65.33º88.24%30%-
HSV(B)65.33º93.75%56.47%-
XYZ19.5424.874.03-
YUV125.0262.52132.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 144 (56.64% from 255) = 50.53%
BLUE value IS 9 (3.91% from 255) = 3.16%
R=46.32%
G=50.53%
B=3.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13214490.0800.940.4465.3388.2430
Hex84909805E2C41581e
Octal204220111001365410113036
Binary100001001001000010011000010111101011001000001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849009; }

 p { color: rgb(132,144,9); }

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

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

 a { background-color: rgb(132,144,9); }

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

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

 span { border-color: rgb(132,144,9); }

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