Shades of Olivine #90BF78
Tints of Olivine #90BF78
RGB
CMYK
RGB Variations
Color information
#90BF78 (or 0x90BF78) is known color: Olivine. HEX triplet: 90, BF and 78. RGB value is (144,191,120). Sum of RGB (Red+Green+Blue) = 144+191+120=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF78 is #6F4087. Grayscale: #A9A9A9. Windows color (decimal): -7291016 or 7913360. OLE color: 7913360.
HSL color Cylindrical-coordinate representation of color #90BF78: hue angle of 99.72º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90BF78 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 120 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.25 |
| HSL | 99.72º | 0.36% | 0.61% | - |
| HSV(B) | 99.72º | 0.37% | 0.75% | - |
| XYZ | 33.52 | 44.55 | 24.6 | - |
| YUV | 168.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 120 | 0.25 | 0 | 0.37 | 0.25 | 99.72 | 0.36 | 0.61 |
| Hex | 90 | BF | 78 | 19 | 0 | 25 | 19 | 64 | 24 | 3D |
| Octal | 220 | 277 | 170 | 31 | 0 | 45 | 31 | 144 | 44 | 75 |
| Binary | 10010000 | 10111111 | 1111000 | 11001 | 0 | 100101 | 11001 | 1100100 | 100100 | 111101 |
Color Harmonies of #90BF78
Complementary color
Monochromatic Colors of #90BF78
Black with #90BF78
Text Example
Text Example
White with #90BF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF78; }
p { color: rgb(144,191,120); }
H1.HeaderClassName
{
color: #90BF78;
}
.AnyTagClassName
{
color: #90BF78;
}
</style>
background-color css
<style>
a { background-color: #90BF78; }
a { background-color: rgb(144,191,120); }
div.DivClassName
{
background-color: #90BF78;
}
.BgClassName
{
background-color: #90BF78;
}
</style>
border-color css
<style>
span { border-color: #90BF78; }
span { border-color: rgb(144,191,120); }
td.TdClassName
{
border-color: #90BF78;
}
.TagClassName
{
border-color: #90BF78;
}
</style>