Shades of Olivine #90BF73
Tints of Olivine #90BF73
RGB
CMYK
RGB Variations
Color information
#90BF73 (or 0x90BF73) is known color: Olivine. HEX triplet: 90, BF and 73. RGB value is (144,191,115). Sum of RGB (Red+Green+Blue) = 144+191+115=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF73 is #6F408C. Grayscale: #A8A8A8. Windows color (decimal): -7291021 or 7585680. OLE color: 7585680.
HSL color Cylindrical-coordinate representation of color #90BF73: hue angle of 97.11º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90BF73 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 115 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.25 |
| HSL | 97.11º | 0.37% | 0.6% | - |
| HSV(B) | 97.11º | 0.4% | 0.75% | - |
| XYZ | 33.23 | 44.43 | 23.04 | - |
| YUV | 168.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 115 | 0.25 | 0 | 0.40 | 0.25 | 97.11 | 0.37 | 0.6 |
| Hex | 90 | BF | 73 | 19 | 0 | 28 | 19 | 61 | 25 | 3C |
| Octal | 220 | 277 | 163 | 31 | 0 | 50 | 31 | 141 | 45 | 74 |
| Binary | 10010000 | 10111111 | 1110011 | 11001 | 0 | 101000 | 11001 | 1100001 | 100101 | 111100 |
Color Harmonies of #90BF73
Complementary color
Monochromatic Colors of #90BF73
Black with #90BF73
Text Example
Text Example
White with #90BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF73; }
p { color: rgb(144,191,115); }
H1.HeaderClassName
{
color: #90BF73;
}
.AnyTagClassName
{
color: #90BF73;
}
</style>
background-color css
<style>
a { background-color: #90BF73; }
a { background-color: rgb(144,191,115); }
div.DivClassName
{
background-color: #90BF73;
}
.BgClassName
{
background-color: #90BF73;
}
</style>
border-color css
<style>
span { border-color: #90BF73; }
span { border-color: rgb(144,191,115); }
td.TdClassName
{
border-color: #90BF73;
}
.TagClassName
{
border-color: #90BF73;
}
</style>