#90AC73

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

Shades of Olivine #90AC73

Tints of Olivine #90AC73

Color information

#90AC73 (or 0x90AC73) is unknown color: approx Olivine. HEX triplet: 90, AC and 73. RGB value is (144,172,115). Sum of RGB (Red+Green+Blue) = 144+172+115=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AC73 is #6F538C. Grayscale: #9D9D9D. Windows color (decimal): -7295885 or 7580816. OLE color: 7580816.

HSL color Cylindrical-coordinate representation of color #90AC73: hue angle of 89.47º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90AC73 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB144172115-
CMYK0.1600.330.33
HSL89.47º25.56%56.27%-
HSV(B)89.47º33.14%67.45%-
XYZ29.3536.6721.75-
YUV157.13104.22118.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.41%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=33.41%
G=39.91%
B=26.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441721150.1600.330.3389.4725.5656.27
Hex90AC731002121591a38
Octal22025416320041411313270
Binary10010000101011001110011100000100001100001101100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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