Shades of Olivine #90AF6B
Tints of Olivine #90AF6B
RGB
CMYK
RGB Variations
Color information
#90AF6B (or 0x90AF6B) is known color: Olivine. HEX triplet: 90, AF and 6B. RGB value is (144,175,107). Sum of RGB (Red+Green+Blue) = 144+175+107=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF6B is #6F5094. Grayscale: #9E9E9E. Windows color (decimal): -7295125 or 7057296. OLE color: 7057296.
HSL color Cylindrical-coordinate representation of color #90AF6B: hue angle of 87.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90AF6B is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 107 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.31 |
| HSL | 87.35º | 0.3% | 0.55% | - |
| HSV(B) | 87.35º | 0.39% | 0.69% | - |
| XYZ | 29.49 | 37.65 | 19.62 | - |
| YUV | 157.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 107 | 0.18 | 0 | 0.39 | 0.31 | 87.35 | 0.3 | 0.55 |
| Hex | 90 | AF | 6B | 12 | 0 | 27 | 1F | 57 | 1E | 37 |
| Octal | 220 | 257 | 153 | 22 | 0 | 47 | 37 | 127 | 36 | 67 |
| Binary | 10010000 | 10101111 | 1101011 | 10010 | 0 | 100111 | 11111 | 1010111 | 11110 | 110111 |
Color Harmonies of #90AF6B
Complementary color
Monochromatic Colors of #90AF6B
Black with #90AF6B
Text Example
Text Example
White with #90AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF6B; }
p { color: rgb(144,175,107); }
H1.HeaderClassName
{
color: #90AF6B;
}
.AnyTagClassName
{
color: #90AF6B;
}
</style>
background-color css
<style>
a { background-color: #90AF6B; }
a { background-color: rgb(144,175,107); }
div.DivClassName
{
background-color: #90AF6B;
}
.BgClassName
{
background-color: #90AF6B;
}
</style>
border-color css
<style>
span { border-color: #90AF6B; }
span { border-color: rgb(144,175,107); }
td.TdClassName
{
border-color: #90AF6B;
}
.TagClassName
{
border-color: #90AF6B;
}
</style>