#90A27E

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

Shades of Olivine #90A27E

Tints of Olivine #90A27E

Color information

#90A27E (or 0x90A27E) is unknown color: approx Olivine. HEX triplet: 90, A2 and 7E. RGB value is (144,162,126). Sum of RGB (Red+Green+Blue) = 144+162+126=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 162 - color contains mainly: green. Hex color #90A27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A27E is #6F5D81. Grayscale: #989898. Windows color (decimal): -7298434 or 8299152. OLE color: 8299152.

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

Color convert

RGB144162126-
CMYK0.1100.220.36
HSL90º16.22%56.47%-
HSV(B)90º22.22%63.53%-
XYZ28.1933.2824.68-
YUV152.51113.04121.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=33.33%
G=37.5%
B=29.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441621260.1100.220.369016.2256.47
Hex90A27EB016245a1038
Octal22024217613026441322070
Binary100100001010001011111101011010110100100101101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,162,126); }

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

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

 a { background-color: rgb(144,162,126); }

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

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

 span { border-color: rgb(144,162,126); }

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