Shades of Olivine #90B276
Tints of Olivine #90B276
RGB
CMYK
RGB Variations
Color information
#90B276 (or 0x90B276) is known color: Olivine. HEX triplet: 90, B2 and 76. RGB value is (144,178,118). Sum of RGB (Red+Green+Blue) = 144+178+118=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #90B276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B276 is #6F4D89. Grayscale: #A1A1A1. Windows color (decimal): -7294346 or 7778960. OLE color: 7778960.
HSL color Cylindrical-coordinate representation of color #90B276: hue angle of 94º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90B276 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 178 | 118 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.30 |
| HSL | 94º | 0.28% | 0.58% | - |
| HSV(B) | 94º | 0.34% | 0.7% | - |
| XYZ | 30.69 | 39.08 | 23.06 | - |
| YUV | 160.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 118 | 0.19 | 0 | 0.34 | 0.30 | 94 | 0.28 | 0.58 |
| Hex | 90 | B2 | 76 | 13 | 0 | 22 | 1E | 5E | 1C | 3A |
| Octal | 220 | 262 | 166 | 23 | 0 | 42 | 36 | 136 | 34 | 72 |
| Binary | 10010000 | 10110010 | 1110110 | 10011 | 0 | 100010 | 11110 | 1011110 | 11100 | 111010 |
Color Harmonies of #90B276
Complementary color
Monochromatic Colors of #90B276
Black with #90B276
Text Example
Text Example
White with #90B276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B276; }
p { color: rgb(144,178,118); }
H1.HeaderClassName
{
color: #90B276;
}
.AnyTagClassName
{
color: #90B276;
}
</style>
background-color css
<style>
a { background-color: #90B276; }
a { background-color: rgb(144,178,118); }
div.DivClassName
{
background-color: #90B276;
}
.BgClassName
{
background-color: #90B276;
}
</style>
border-color css
<style>
span { border-color: #90B276; }
span { border-color: rgb(144,178,118); }
td.TdClassName
{
border-color: #90B276;
}
.TagClassName
{
border-color: #90B276;
}
</style>