#908001

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

Shades of Olive #908001

Tints of Olive #908001

Color information

#908001 (or 0x908001) is unknown color: approx Olive. HEX triplet: 90, 80 and 01. RGB value is (144,128,1). Sum of RGB (Red+Green+Blue) = 144+128+1=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #908001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908001 is #6F7FFE. Grayscale: #767676. Windows color (decimal): -7307263 or 98448. OLE color: 98448.

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

Color convert

RGB1441281-
CMYK00.110.990.44
HSL53.29º98.62%28.43%-
HSV(B)53.29º99.31%56.47%-
XYZ19.2321.373.14-
YUV118.3161.8146.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.75%
GREEN value IS 128 (50.39% from 255) = 46.89%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=52.75%
G=46.89%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144128100.110.990.4453.2998.6228.43
Hex908010B632C35631c
Octal2202001013143546514334
Binary10010000100000001010111100011101100110101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908001; }

 p { color: rgb(144,128,1); }

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

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

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

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

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

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

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