Shades of Olivine #90AF80
Tints of Olivine #90AF80
RGB
CMYK
RGB Variations
Color information
#90AF80 (or 0x90AF80) is known color: Olivine. HEX triplet: 90, AF and 80. RGB value is (144,175,128). Sum of RGB (Red+Green+Blue) = 144+175+128=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AF80 is #6F507F. Grayscale: #A0A0A0. Windows color (decimal): -7295104 or 8433552. OLE color: 8433552.
HSL color Cylindrical-coordinate representation of color #90AF80: hue angle of 99.57º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90AF80 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 128 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.31 |
| HSL | 99.57º | 0.23% | 0.59% | - |
| HSV(B) | 99.57º | 0.27% | 0.69% | - |
| XYZ | 30.73 | 38.15 | 26.17 | - |
| YUV | 160.37 | 109.73 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 128 | 0.18 | 0 | 0.27 | 0.31 | 99.57 | 0.23 | 0.59 |
| Hex | 90 | AF | 80 | 12 | 0 | 1B | 1F | 64 | 17 | 3B |
| Octal | 220 | 257 | 200 | 22 | 0 | 33 | 37 | 144 | 27 | 73 |
| Binary | 10010000 | 10101111 | 10000000 | 10010 | 0 | 11011 | 11111 | 1100100 | 10111 | 111011 |
Color Harmonies of #90AF80
Complementary color
Monochromatic Colors of #90AF80
Black with #90AF80
Text Example
Text Example
White with #90AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF80; }
p { color: rgb(144,175,128); }
H1.HeaderClassName
{
color: #90AF80;
}
.AnyTagClassName
{
color: #90AF80;
}
</style>
background-color css
<style>
a { background-color: #90AF80; }
a { background-color: rgb(144,175,128); }
div.DivClassName
{
background-color: #90AF80;
}
.BgClassName
{
background-color: #90AF80;
}
</style>
border-color css
<style>
span { border-color: #90AF80; }
span { border-color: rgb(144,175,128); }
td.TdClassName
{
border-color: #90AF80;
}
.TagClassName
{
border-color: #90AF80;
}
</style>