#90AD7F

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

Shades of Olivine #90AD7F

Tints of Olivine #90AD7F

Color information

#90AD7F (or 0x90AD7F) is unknown color: approx Olivine. HEX triplet: 90, AD and 7F. RGB value is (144,173,127). Sum of RGB (Red+Green+Blue) = 144+173+127=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AD7F is #6F5280. Grayscale: #9F9F9F. Windows color (decimal): -7295617 or 8367504. OLE color: 8367504.

HSL color Cylindrical-coordinate representation of color #90AD7F: hue angle of 97.83º 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 #90AD7F is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB144173127-
CMYK0.1700.270.32
HSL97.83º21.9%58.82%-
HSV(B)97.83º26.59%67.84%-
XYZ30.2837.3525.69-
YUV159.08109.89117.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.43%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 127 (50% from 255) = 28.60%
R=32.43%
G=38.96%
B=28.60%

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
Decimal1441731270.1700.270.3297.8321.958.82
Hex90AD7F1101B2062163b
Octal22025517721033401422673
Binary1001000010101101111111110001011011100000110001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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