Shades of Olivine #90AF7B
Tints of Olivine #90AF7B
RGB
CMYK
RGB Variations
Color information
#90AF7B (or 0x90AF7B) is known color: Olivine. HEX triplet: 90, AF and 7B. RGB value is (144,175,123). Sum of RGB (Red+Green+Blue) = 144+175+123=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF7B is #6F5084. Grayscale: #9F9F9F. Windows color (decimal): -7295109 or 8105872. OLE color: 8105872.
HSL color Cylindrical-coordinate representation of color #90AF7B: hue angle of 95.77º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90AF7B is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 123 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.31 |
| HSL | 95.77º | 0.25% | 0.58% | - |
| HSV(B) | 95.77º | 0.3% | 0.69% | - |
| XYZ | 30.41 | 38.02 | 24.47 | - |
| YUV | 159.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 123 | 0.18 | 0 | 0.30 | 0.31 | 95.77 | 0.25 | 0.58 |
| Hex | 90 | AF | 7B | 12 | 0 | 1E | 1F | 60 | 19 | 3A |
| Octal | 220 | 257 | 173 | 22 | 0 | 36 | 37 | 140 | 31 | 72 |
| Binary | 10010000 | 10101111 | 1111011 | 10010 | 0 | 11110 | 11111 | 1100000 | 11001 | 111010 |
Color Harmonies of #90AF7B
Complementary color
Monochromatic Colors of #90AF7B
Black with #90AF7B
Text Example
Text Example
White with #90AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF7B; }
p { color: rgb(144,175,123); }
H1.HeaderClassName
{
color: #90AF7B;
}
.AnyTagClassName
{
color: #90AF7B;
}
</style>
background-color css
<style>
a { background-color: #90AF7B; }
a { background-color: rgb(144,175,123); }
div.DivClassName
{
background-color: #90AF7B;
}
.BgClassName
{
background-color: #90AF7B;
}
</style>
border-color css
<style>
span { border-color: #90AF7B; }
span { border-color: rgb(144,175,123); }
td.TdClassName
{
border-color: #90AF7B;
}
.TagClassName
{
border-color: #90AF7B;
}
</style>