#90A47B

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

Shades of Olivine #90A47B

Tints of Olivine #90A47B

Color information

#90A47B (or 0x90A47B) is unknown color: approx Olivine. HEX triplet: 90, A4 and 7B. RGB value is (144,164,123). Sum of RGB (Red+Green+Blue) = 144+164+123=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #90A47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A47B is #6F5B84. Grayscale: #999999. Windows color (decimal): -7297925 or 8103056. OLE color: 8103056.

HSL color Cylindrical-coordinate representation of color #90A47B: hue angle of 89.27º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90A47B is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB144164123-
CMYK0.1200.250.36
HSL89.27º18.39%56.27%-
HSV(B)89.27º25%64.31%-
XYZ28.3533.9123.79-
YUV153.35110.87121.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.41%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=33.41%
G=38.05%
B=28.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441641230.1200.250.3689.2718.3956.27
Hex90A47BC01924591238
Octal22024417314031441312270
Binary100100001010010011110111100011001100100101100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,164,123); }

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

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

 a { background-color: rgb(144,164,123); }

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

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

 span { border-color: rgb(144,164,123); }

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