Shades of Olivine #90AF7E
Tints of Olivine #90AF7E
RGB
CMYK
RGB Variations
Color information
#90AF7E (or 0x90AF7E) is known color: Olivine. HEX triplet: 90, AF and 7E. RGB value is (144,175,126). Sum of RGB (Red+Green+Blue) = 144+175+126=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF7E is #6F5081. Grayscale: #A0A0A0. Windows color (decimal): -7295106 or 8302480. OLE color: 8302480.
HSL color Cylindrical-coordinate representation of color #90AF7E: hue angle of 97.96º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90AF7E is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 126 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.31 |
| HSL | 97.96º | 0.23% | 0.59% | - |
| HSV(B) | 97.96º | 0.28% | 0.69% | - |
| XYZ | 30.6 | 38.1 | 25.48 | - |
| YUV | 160.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 126 | 0.18 | 0 | 0.28 | 0.31 | 97.96 | 0.23 | 0.59 |
| Hex | 90 | AF | 7E | 12 | 0 | 1C | 1F | 62 | 17 | 3B |
| Octal | 220 | 257 | 176 | 22 | 0 | 34 | 37 | 142 | 27 | 73 |
| Binary | 10010000 | 10101111 | 1111110 | 10010 | 0 | 11100 | 11111 | 1100010 | 10111 | 111011 |
Color Harmonies of #90AF7E
Complementary color
Monochromatic Colors of #90AF7E
Black with #90AF7E
Text Example
Text Example
White with #90AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF7E; }
p { color: rgb(144,175,126); }
H1.HeaderClassName
{
color: #90AF7E;
}
.AnyTagClassName
{
color: #90AF7E;
}
</style>
background-color css
<style>
a { background-color: #90AF7E; }
a { background-color: rgb(144,175,126); }
div.DivClassName
{
background-color: #90AF7E;
}
.BgClassName
{
background-color: #90AF7E;
}
</style>
border-color css
<style>
span { border-color: #90AF7E; }
span { border-color: rgb(144,175,126); }
td.TdClassName
{
border-color: #90AF7E;
}
.TagClassName
{
border-color: #90AF7E;
}
</style>