#90800D

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

Shades of Olive #90800D

Tints of Olive #90800D

Color information

#90800D (or 0x90800D) is unknown color: approx Olive. HEX triplet: 90, 80 and 0D. RGB value is (144,128,13). Sum of RGB (Red+Green+Blue) = 144+128+13=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90800D is #6F7FF2. Grayscale: #787878. Windows color (decimal): -7307251 or 884880. OLE color: 884880.

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

Color convert

RGB14412813-
CMYK00.110.910.44
HSL52.67º83.44%30.78%-
HSV(B)52.67º90.97%56.47%-
XYZ19.2921.43.49-
YUV119.6767.8145.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.53%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 13 (5.47% from 255) = 4.56%
R=50.53%
G=44.91%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441281300.110.910.4452.6783.4430.78
Hex9080D0B5B2C35531f
Octal22020015013133546512337
Binary10010000100000001101010111011011101100110101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90800D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90800D; }

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

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

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

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

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

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

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

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