#90AD7E

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

Shades of Olivine #90AD7E

Tints of Olivine #90AD7E

Color information

#90AD7E (or 0x90AD7E) is unknown color: approx Olivine. HEX triplet: 90, AD and 7E. RGB value is (144,173,126). Sum of RGB (Red+Green+Blue) = 144+173+126=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AD7E is #6F5281. Grayscale: #9F9F9F. Windows color (decimal): -7295618 or 8301968. OLE color: 8301968.

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

Color convert

RGB144173126-
CMYK0.1700.270.32
HSL97.02º22.27%58.63%-
HSV(B)97.02º27.17%67.84%-
XYZ30.2137.3225.35-
YUV158.97109.39117.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.51%
GREEN value IS 173 (67.97% from 255) = 39.05%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=32.51%
G=39.05%
B=28.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441731260.1700.270.3297.0222.2758.63
Hex90AD7E1101B2061163b
Octal22025517621033401412673
Binary1001000010101101111111010001011011100000110000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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