#908A09

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

Shades of Olive #908A09

Tints of Olive #908A09

Color information

#908A09 (or 0x908A09) is unknown color: approx Olive. HEX triplet: 90, 8A and 09. RGB value is (144,138,9). Sum of RGB (Red+Green+Blue) = 144+138+9=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #908A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908A09 is #6F75F6. Grayscale: #7D7D7D. Windows color (decimal): -7304695 or 625296. OLE color: 625296.

HSL color Cylindrical-coordinate representation of color #908A09: hue angle of 57.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 #908A09 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1441389-
CMYK00.040.940.44
HSL57.33º88.24%30%-
HSV(B)57.33º93.75%56.47%-
XYZ20.6424.133.83-
YUV125.0962.49141.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.48%
GREEN value IS 138 (54.30% from 255) = 47.42%
BLUE value IS 9 (3.91% from 255) = 3.09%
R=49.48%
G=47.42%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144138900.040.940.4457.3388.2430
Hex908A9045E2C39581e
Octal2202121104136547113036
Binary1001000010001010100101001011110101100111001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908A09; }

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

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

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

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

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

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

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

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