#908e09

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

Shades of Olive #908E09

Tints of Olive #908E09

Color information

#908E09 (or 0x908E09) is unknown color: approx Olive. HEX triplet: 90, 8E and 09. RGB value is (144,142,9). Sum of RGB (Red+Green+Blue) = 144+142+9=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #908E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908E09 is #6F71F6. Grayscale: #7F7F7F. Windows color (decimal): -7303671 or 626320. OLE color: 626320.

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

Color convert

RGB1441429-
CMYK00.010.940.44
HSL59.11º88.24%30%-
HSV(B)59.11º93.75%56.47%-
XYZ21.2225.34.02-
YUV127.4461.16139.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.81%
GREEN value IS 142 (55.86% from 255) = 48.14%
BLUE value IS 9 (3.91% from 255) = 3.05%
R=48.81%
G=48.14%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144142900.010.940.4459.1188.2430
Hex908E9015E2C3b581e
Octal2202161101136547313036
Binary10010000100011101001011011110101100111011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908e09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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