Shades of Olivine #90B773
Tints of Olivine #90B773
RGB
CMYK
RGB Variations
Color information
#90B773 (or 0x90B773) is known color: Olivine. HEX triplet: 90, B7 and 73. RGB value is (144,183,115). Sum of RGB (Red+Green+Blue) = 144+183+115=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #90B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B773 is #6F488C. Grayscale: #A3A3A3. Windows color (decimal): -7293069 or 7583632. OLE color: 7583632.
HSL color Cylindrical-coordinate representation of color #90B773: hue angle of 94.41º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90B773 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 115 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.28 |
| HSL | 94.41º | 0.32% | 0.58% | - |
| HSV(B) | 94.41º | 0.37% | 0.72% | - |
| XYZ | 31.53 | 41.03 | 22.48 | - |
| YUV | 163.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 115 | 0.21 | 0 | 0.37 | 0.28 | 94.41 | 0.32 | 0.58 |
| Hex | 90 | B7 | 73 | 15 | 0 | 25 | 1C | 5E | 20 | 3A |
| Octal | 220 | 267 | 163 | 25 | 0 | 45 | 34 | 136 | 40 | 72 |
| Binary | 10010000 | 10110111 | 1110011 | 10101 | 0 | 100101 | 11100 | 1011110 | 100000 | 111010 |
Color Harmonies of #90B773
Complementary color
Monochromatic Colors of #90B773
Black with #90B773
Text Example
Text Example
White with #90B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B773; }
p { color: rgb(144,183,115); }
H1.HeaderClassName
{
color: #90B773;
}
.AnyTagClassName
{
color: #90B773;
}
</style>
background-color css
<style>
a { background-color: #90B773; }
a { background-color: rgb(144,183,115); }
div.DivClassName
{
background-color: #90B773;
}
.BgClassName
{
background-color: #90B773;
}
</style>
border-color css
<style>
span { border-color: #90B773; }
span { border-color: rgb(144,183,115); }
td.TdClassName
{
border-color: #90B773;
}
.TagClassName
{
border-color: #90B773;
}
</style>