#909000

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

Shades of Olive #909000

Tints of Olive #909000

Color information

#909000 (or 0x909000) is unknown color: approx Olive. HEX triplet: 90, 90 and 00. RGB value is (144,144,0). Sum of RGB (Red+Green+Blue) = 144+144+0=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909000 is #6F6FFF. Grayscale: #808080. Windows color (decimal): -7303168 or 37008. OLE color: 37008.

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

Color convert

RGB1441440-
CMYK0010.44
HSL60º100%28.24%-
HSV(B)60º100%56.47%-
XYZ21.4725.883.86-
YUV127.5856139.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 144 (56.64% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414400010.446010028.24
Hex9090000642C3c641c
Octal220220000144547414434
Binary10010000100100000001100100101100111100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909000; }

 p { color: rgb(144,144,0); }

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

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

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

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

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

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

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