Shades of Olivine #90B06E
Tints of Olivine #90B06E
RGB
CMYK
RGB Variations
Color information
#90B06E (or 0x90B06E) is known color: Olivine. HEX triplet: 90, B0 and 6E. RGB value is (144,176,110). Sum of RGB (Red+Green+Blue) = 144+176+110=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #90B06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B06E is #6F4F91. Grayscale: #9F9F9F. Windows color (decimal): -7294866 or 7254160. OLE color: 7254160.
HSL color Cylindrical-coordinate representation of color #90B06E: hue angle of 89.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90B06E is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 176 | 110 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.31 |
| HSL | 89.09º | 0.29% | 0.56% | - |
| HSV(B) | 89.09º | 0.38% | 0.69% | - |
| XYZ | 29.84 | 38.11 | 20.53 | - |
| YUV | 158.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 176 | 110 | 0.18 | 0 | 0.37 | 0.31 | 89.09 | 0.29 | 0.56 |
| Hex | 90 | B0 | 6E | 12 | 0 | 25 | 1F | 59 | 1D | 38 |
| Octal | 220 | 260 | 156 | 22 | 0 | 45 | 37 | 131 | 35 | 70 |
| Binary | 10010000 | 10110000 | 1101110 | 10010 | 0 | 100101 | 11111 | 1011001 | 11101 | 111000 |
Color Harmonies of #90B06E
Complementary color
Monochromatic Colors of #90B06E
Black with #90B06E
Text Example
Text Example
White with #90B06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B06E; }
p { color: rgb(144,176,110); }
H1.HeaderClassName
{
color: #90B06E;
}
.AnyTagClassName
{
color: #90B06E;
}
</style>
background-color css
<style>
a { background-color: #90B06E; }
a { background-color: rgb(144,176,110); }
div.DivClassName
{
background-color: #90B06E;
}
.BgClassName
{
background-color: #90B06E;
}
</style>
border-color css
<style>
span { border-color: #90B06E; }
span { border-color: rgb(144,176,110); }
td.TdClassName
{
border-color: #90B06E;
}
.TagClassName
{
border-color: #90B06E;
}
</style>