#90790A

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

Shades of Olive #90790A

Tints of Olive #90790A

Color information

#90790A (or 0x90790A) is unknown color: approx Olive. HEX triplet: 90, 79 and 0A. RGB value is (144,121,10). Sum of RGB (Red+Green+Blue) = 144+121+10=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #90790A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90790A is #6F86F5. Grayscale: #737373. Windows color (decimal): -7309046 or 686480. OLE color: 686480.

HSL color Cylindrical-coordinate representation of color #90790A: hue angle of 49.7º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90790A is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB14412110-
CMYK00.160.930.44
HSL49.7º87.01%30.2%-
HSV(B)49.7º93.06%56.47%-
XYZ18.3919.633.11-
YUV115.2268.62148.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.36%
GREEN value IS 121 (47.66% from 255) = 44%
BLUE value IS 10 (4.30% from 255) = 3.64%
R=52.36%
G=44%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441211000.160.930.4449.787.0130.2
Hex9079A0105D2C32571e
Octal22017112020135546212736
Binary10010000111100110100100001011101101100110010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90790A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90790A; }

 p { color: rgb(144,121,10); }

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

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

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

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

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

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

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