#90AE7C

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

Shades of Olivine #90AE7C

Tints of Olivine #90AE7C

Color information

#90AE7C (or 0x90AE7C) is unknown color: approx Olivine. HEX triplet: 90, AE and 7C. RGB value is (144,174,124). Sum of RGB (Red+Green+Blue) = 144+174+124=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 174 - color contains mainly: green. Hex color #90AE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AE7C is #6F5183. Grayscale: #9F9F9F. Windows color (decimal): -7295364 or 8171152. OLE color: 8171152.

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

Color convert

RGB144174124-
CMYK0.1700.290.32
HSL96º23.58%58.43%-
HSV(B)96º28.74%68.24%-
XYZ30.2837.6624.74-
YUV159.33108.06117.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.58%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=32.58%
G=39.37%
B=28.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441741240.1700.290.329623.5858.43
Hex90AE7C1101D2060183a
Octal22025617421035401403072
Binary1001000010101110111110010001011101100000110000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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