Shades of Olivine #90B678
Tints of Olivine #90B678
RGB
CMYK
RGB Variations
Color information
#90B678 (or 0x90B678) is known color: Olivine. HEX triplet: 90, B6 and 78. RGB value is (144,182,120). Sum of RGB (Red+Green+Blue) = 144+182+120=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #90B678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B678 is #6F4987. Grayscale: #A3A3A3. Windows color (decimal): -7293320 or 7911056. OLE color: 7911056.
HSL color Cylindrical-coordinate representation of color #90B678: hue angle of 96.77º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90B678 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 182 | 120 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.29 |
| HSL | 96.77º | 0.3% | 0.59% | - |
| HSV(B) | 96.77º | 0.34% | 0.71% | - |
| XYZ | 31.62 | 40.74 | 23.97 | - |
| YUV | 163.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 182 | 120 | 0.21 | 0 | 0.34 | 0.29 | 96.77 | 0.3 | 0.59 |
| Hex | 90 | B6 | 78 | 15 | 0 | 22 | 1D | 61 | 1E | 3B |
| Octal | 220 | 266 | 170 | 25 | 0 | 42 | 35 | 141 | 36 | 73 |
| Binary | 10010000 | 10110110 | 1111000 | 10101 | 0 | 100010 | 11101 | 1100001 | 11110 | 111011 |
Color Harmonies of #90B678
Complementary color
Monochromatic Colors of #90B678
Black with #90B678
Text Example
Text Example
White with #90B678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B678; }
p { color: rgb(144,182,120); }
H1.HeaderClassName
{
color: #90B678;
}
.AnyTagClassName
{
color: #90B678;
}
</style>
background-color css
<style>
a { background-color: #90B678; }
a { background-color: rgb(144,182,120); }
div.DivClassName
{
background-color: #90B678;
}
.BgClassName
{
background-color: #90B678;
}
</style>
border-color css
<style>
span { border-color: #90B678; }
span { border-color: rgb(144,182,120); }
td.TdClassName
{
border-color: #90B678;
}
.TagClassName
{
border-color: #90B678;
}
</style>