Shades of Olivine #90AF72
Tints of Olivine #90AF72
RGB
CMYK
RGB Variations
Color information
#90AF72 (or 0x90AF72) is known color: Olivine. HEX triplet: 90, AF and 72. RGB value is (144,175,114). Sum of RGB (Red+Green+Blue) = 144+175+114=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF72 is #6F508D. Grayscale: #9E9E9E. Windows color (decimal): -7295118 or 7516048. OLE color: 7516048.
HSL color Cylindrical-coordinate representation of color #90AF72: hue angle of 90.49º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90AF72 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 114 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.31 |
| HSL | 90.49º | 0.28% | 0.57% | - |
| HSV(B) | 90.49º | 0.35% | 0.69% | - |
| XYZ | 29.87 | 37.8 | 21.64 | - |
| YUV | 158.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 114 | 0.18 | 0 | 0.35 | 0.31 | 90.49 | 0.28 | 0.57 |
| Hex | 90 | AF | 72 | 12 | 0 | 23 | 1F | 5A | 1C | 39 |
| Octal | 220 | 257 | 162 | 22 | 0 | 43 | 37 | 132 | 34 | 71 |
| Binary | 10010000 | 10101111 | 1110010 | 10010 | 0 | 100011 | 11111 | 1011010 | 11100 | 111001 |
Color Harmonies of #90AF72
Complementary color
Monochromatic Colors of #90AF72
Black with #90AF72
Text Example
Text Example
White with #90AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF72; }
p { color: rgb(144,175,114); }
H1.HeaderClassName
{
color: #90AF72;
}
.AnyTagClassName
{
color: #90AF72;
}
</style>
background-color css
<style>
a { background-color: #90AF72; }
a { background-color: rgb(144,175,114); }
div.DivClassName
{
background-color: #90AF72;
}
.BgClassName
{
background-color: #90AF72;
}
</style>
border-color css
<style>
span { border-color: #90AF72; }
span { border-color: rgb(144,175,114); }
td.TdClassName
{
border-color: #90AF72;
}
.TagClassName
{
border-color: #90AF72;
}
</style>