#90A977

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

Shades of Olivine #90A977

Tints of Olivine #90A977

Color information

#90A977 (or 0x90A977) is unknown color: approx Olivine. HEX triplet: 90, A9 and 77. RGB value is (144,169,119). Sum of RGB (Red+Green+Blue) = 144+169+119=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 169 - color contains mainly: green. Hex color #90A977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A977 is #6F5688. Grayscale: #9C9C9C. Windows color (decimal): -7296649 or 7842192. OLE color: 7842192.

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

Color convert

RGB144169119-
CMYK0.1500.300.34
HSL90º22.52%56.47%-
HSV(B)90º29.59%66.27%-
XYZ29.0235.6422.8-
YUV155.82107.22119.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=33.33%
G=39.12%
B=27.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1441691190.1500.300.349022.5256.47
Hex90A977F01E225a1738
Octal22025116717036421322770
Binary100100001010100111101111111011110100010101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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