#90AE75

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

Shades of Olivine #90AE75

Tints of Olivine #90AE75

Color information

#90AE75 (or 0x90AE75) is unknown color: approx Olivine. HEX triplet: 90, AE and 75. RGB value is (144,174,117). Sum of RGB (Red+Green+Blue) = 144+174+117=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #90AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AE75 is #6F518A. Grayscale: #9E9E9E. Windows color (decimal): -7295371 or 7712400. OLE color: 7712400.

HSL color Cylindrical-coordinate representation of color #90AE75: hue angle of 91.58º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90AE75 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB144174117-
CMYK0.1700.330.32
HSL91.58º26.03%57.06%-
HSV(B)91.58º32.76%68.24%-
XYZ29.8537.4922.49-
YUV158.53104.56117.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=33.10%
G=40%
B=26.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441741170.1700.330.3291.5826.0357.06
Hex90AE7511021205c1a39
Octal22025616521041401343271
Binary10010000101011101110101100010100001100000101110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,174,117); }

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

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

 a { background-color: rgb(144,174,117); }

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

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

 span { border-color: rgb(144,174,117); }

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