Shades of Olivine #90B768
Tints of Olivine #90B768
RGB
CMYK
RGB Variations
Color information
#90B768 (or 0x90B768) is known color: Olivine. HEX triplet: 90, B7 and 68. RGB value is (144,183,104). Sum of RGB (Red+Green+Blue) = 144+183+104=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #90B768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B768 is #6F4897. Grayscale: #A2A2A2. Windows color (decimal): -7293080 or 6862736. OLE color: 6862736.
HSL color Cylindrical-coordinate representation of color #90B768: hue angle of 89.62º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90B768 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 104 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.28 |
| HSL | 89.62º | 0.35% | 0.56% | - |
| HSV(B) | 89.62º | 0.43% | 0.72% | - |
| XYZ | 30.93 | 40.8 | 19.34 | - |
| YUV | 162.33 | 95.08 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 104 | 0.21 | 0 | 0.43 | 0.28 | 89.62 | 0.35 | 0.56 |
| Hex | 90 | B7 | 68 | 15 | 0 | 2B | 1C | 5A | 23 | 38 |
| Octal | 220 | 267 | 150 | 25 | 0 | 53 | 34 | 132 | 43 | 70 |
| Binary | 10010000 | 10110111 | 1101000 | 10101 | 0 | 101011 | 11100 | 1011010 | 100011 | 111000 |
Color Harmonies of #90B768
Complementary color
Monochromatic Colors of #90B768
Black with #90B768
Text Example
Text Example
White with #90B768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B768; }
p { color: rgb(144,183,104); }
H1.HeaderClassName
{
color: #90B768;
}
.AnyTagClassName
{
color: #90B768;
}
</style>
background-color css
<style>
a { background-color: #90B768; }
a { background-color: rgb(144,183,104); }
div.DivClassName
{
background-color: #90B768;
}
.BgClassName
{
background-color: #90B768;
}
</style>
border-color css
<style>
span { border-color: #90B768; }
span { border-color: rgb(144,183,104); }
td.TdClassName
{
border-color: #90B768;
}
.TagClassName
{
border-color: #90B768;
}
</style>