#90A47D

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

Shades of Olivine #90A47D

Tints of Olivine #90A47D

Color information

#90A47D (or 0x90A47D) is unknown color: approx Olivine. HEX triplet: 90, A4 and 7D. RGB value is (144,164,125). Sum of RGB (Red+Green+Blue) = 144+164+125=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #90A47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A47D is #6F5B82. Grayscale: #999999. Windows color (decimal): -7297923 or 8234128. OLE color: 8234128.

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

Color convert

RGB144164125-
CMYK0.1200.240.36
HSL90.77º17.65%56.67%-
HSV(B)90.77º23.78%64.31%-
XYZ28.4833.9624.46-
YUV153.57111.87121.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=33.26%
G=37.88%
B=28.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441641250.1200.240.3690.7717.6556.67
Hex90A47DC018245b1239
Octal22024417514030441332271
Binary100100001010010011111011100011000100100101101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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