#909600

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

Shades of Olive #909600

Tints of Olive #909600

Color information

#909600 (or 0x909600) is unknown color: approx Olive. HEX triplet: 90, 96 and 00. RGB value is (144,150,0). Sum of RGB (Red+Green+Blue) = 144+150+0=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #909600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909600 is #6F69FF. Grayscale: #838383. Windows color (decimal): -7301632 or 38544. OLE color: 38544.

HSL color Cylindrical-coordinate representation of color #909600: hue angle of 62.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #909600 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB1441500-
CMYK0.04010.41
HSL62.4º100%29.41%-
HSV(B)62.4º100%58.82%-
XYZ22.4127.744.17-
YUV131.1154.01137.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.98%
GREEN value IS 150 (58.98% from 255) = 51.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.98%
G=51.02%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14415000.04010.4162.410029.41
Hex909604064293e641d
Octal220226040144517614435
Binary1001000010010110010001100100101001111110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909600; }

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

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

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

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

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

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

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

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