Shades of Olivine #90B07F
Tints of Olivine #90B07F
RGB
CMYK
RGB Variations
Color information
#90B07F (or 0x90B07F) is known color: Olivine. HEX triplet: 90, B0 and 7F. RGB value is (144,176,127). Sum of RGB (Red+Green+Blue) = 144+176+127=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #90B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B07F is #6F4F80. Grayscale: #A1A1A1. Windows color (decimal): -7294849 or 8368272. OLE color: 8368272.
HSL color Cylindrical-coordinate representation of color #90B07F: hue angle of 99.18º degrees, saturation: 0.24, 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 #90B07F is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 176 | 127 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.31 |
| HSL | 99.18º | 0.24% | 0.59% | - |
| HSV(B) | 99.18º | 0.28% | 0.69% | - |
| XYZ | 30.86 | 38.51 | 25.89 | - |
| YUV | 160.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 176 | 127 | 0.18 | 0 | 0.28 | 0.31 | 99.18 | 0.24 | 0.59 |
| Hex | 90 | B0 | 7F | 12 | 0 | 1C | 1F | 63 | 18 | 3B |
| Octal | 220 | 260 | 177 | 22 | 0 | 34 | 37 | 143 | 30 | 73 |
| Binary | 10010000 | 10110000 | 1111111 | 10010 | 0 | 11100 | 11111 | 1100011 | 11000 | 111011 |
Color Harmonies of #90B07F
Complementary color
Monochromatic Colors of #90B07F
Black with #90B07F
Text Example
Text Example
White with #90B07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B07F; }
p { color: rgb(144,176,127); }
H1.HeaderClassName
{
color: #90B07F;
}
.AnyTagClassName
{
color: #90B07F;
}
</style>
background-color css
<style>
a { background-color: #90B07F; }
a { background-color: rgb(144,176,127); }
div.DivClassName
{
background-color: #90B07F;
}
.BgClassName
{
background-color: #90B07F;
}
</style>
border-color css
<style>
span { border-color: #90B07F; }
span { border-color: rgb(144,176,127); }
td.TdClassName
{
border-color: #90B07F;
}
.TagClassName
{
border-color: #90B07F;
}
</style>