#908802

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

Shades of Olive #908802

Tints of Olive #908802

Color information

#908802 (or 0x908802) is unknown color: approx Olive. HEX triplet: 90, 88 and 02. RGB value is (144,136,2). Sum of RGB (Red+Green+Blue) = 144+136+2=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #908802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908802 is #6F77FD. Grayscale: #7B7B7B. Windows color (decimal): -7305214 or 166032. OLE color: 166032.

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

Color convert

RGB1441362-
CMYK00.060.990.44
HSL56.62º97.26%28.63%-
HSV(B)56.62º98.61%56.47%-
XYZ20.3223.543.53-
YUV123.1259.65142.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.06%
GREEN value IS 136 (53.52% from 255) = 48.23%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=51.06%
G=48.23%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144136200.060.990.4456.6297.2628.63
Hex9088206632C39611d
Octal220210206143547114135
Binary10010000100010001001101100011101100111001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908802; }

 p { color: rgb(144,136,2); }

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

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

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

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

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

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

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