#90A973

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

Shades of Olivine #90A973

Tints of Olivine #90A973

Color information

#90A973 (or 0x90A973) is unknown color: approx Olivine. HEX triplet: 90, A9 and 73. RGB value is (144,169,115). Sum of RGB (Red+Green+Blue) = 144+169+115=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #90A973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A973 is #6F568C. Grayscale: #9B9B9B. Windows color (decimal): -7296653 or 7580048. OLE color: 7580048.

HSL color Cylindrical-coordinate representation of color #90A973: hue angle of 87.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90A973 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB144169115-
CMYK0.1500.320.34
HSL87.78º23.89%55.69%-
HSV(B)87.78º31.95%66.27%-
XYZ28.7835.5421.56-
YUV155.37105.22119.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=33.64%
G=39.49%
B=26.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1441691150.1500.320.3487.7823.8955.69
Hex90A973F02022581838
Octal22025116317040421303070
Binary1001000010101001111001111110100000100010101100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A973; }

 p { color: rgb(144,169,115); }

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

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

 a { background-color: rgb(144,169,115); }

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

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

 span { border-color: rgb(144,169,115); }

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