#908C09

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

Shades of Olive #908C09

Tints of Olive #908C09

Color information

#908C09 (or 0x908C09) is unknown color: approx Olive. HEX triplet: 90, 8C and 09. RGB value is (144,140,9). Sum of RGB (Red+Green+Blue) = 144+140+9=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #908C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908C09 is #6F73F6. Grayscale: #7E7E7E. Windows color (decimal): -7304183 or 625808. OLE color: 625808.

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

Color convert

RGB1441409-
CMYK00.030.940.44
HSL58.22º88.24%30%-
HSV(B)58.22º93.75%56.47%-
XYZ20.9324.713.92-
YUV126.2661.83140.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.15%
GREEN value IS 140 (55.08% from 255) = 47.78%
BLUE value IS 9 (3.91% from 255) = 3.07%
R=49.15%
G=47.78%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144140900.030.940.4458.2288.2430
Hex908C9035E2C3a581e
Octal2202141103136547213036
Binary100100001000110010010111011110101100111010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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