#90A97B

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

Shades of Olivine #90A97B

Tints of Olivine #90A97B

Color information

#90A97B (or 0x90A97B) is unknown color: approx Olivine. HEX triplet: 90, A9 and 7B. RGB value is (144,169,123). Sum of RGB (Red+Green+Blue) = 144+169+123=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #90A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A97B is #6F5684. Grayscale: #9C9C9C. Windows color (decimal): -7296645 or 8104336. OLE color: 8104336.

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

Color convert

RGB144169123-
CMYK0.1500.270.34
HSL92.61º21.1%57.25%-
HSV(B)92.61º27.22%66.27%-
XYZ29.2635.7424.09-
YUV156.28109.22119.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.03%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 123 (48.44% from 255) = 28.21%
R=33.03%
G=38.76%
B=28.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1441691230.1500.270.3492.6121.157.25
Hex90A97BF01B225d1539
Octal22025117317033421352571
Binary100100001010100111110111111011011100010101110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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