Shades of Olivine #90B180
Tints of Olivine #90B180
RGB
CMYK
RGB Variations
Color information
#90B180 (or 0x90B180) is known color: Olivine. HEX triplet: 90, B1 and 80. RGB value is (144,177,128). Sum of RGB (Red+Green+Blue) = 144+177+128=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #90B180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B180 is #6F4E7F. Grayscale: #A1A1A1. Windows color (decimal): -7294592 or 8434064. OLE color: 8434064.
HSL color Cylindrical-coordinate representation of color #90B180: hue angle of 100.41º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90B180 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 128 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.31 |
| HSL | 100.41º | 0.24% | 0.6% | - |
| HSV(B) | 100.41º | 0.28% | 0.69% | - |
| XYZ | 31.12 | 38.93 | 26.3 | - |
| YUV | 161.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 128 | 0.19 | 0 | 0.28 | 0.31 | 100.41 | 0.24 | 0.6 |
| Hex | 90 | B1 | 80 | 13 | 0 | 1C | 1F | 64 | 18 | 3C |
| Octal | 220 | 261 | 200 | 23 | 0 | 34 | 37 | 144 | 30 | 74 |
| Binary | 10010000 | 10110001 | 10000000 | 10011 | 0 | 11100 | 11111 | 1100100 | 11000 | 111100 |
Color Harmonies of #90B180
Complementary color
Monochromatic Colors of #90B180
Black with #90B180
Text Example
Text Example
White with #90B180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B180; }
p { color: rgb(144,177,128); }
H1.HeaderClassName
{
color: #90B180;
}
.AnyTagClassName
{
color: #90B180;
}
</style>
background-color css
<style>
a { background-color: #90B180; }
a { background-color: rgb(144,177,128); }
div.DivClassName
{
background-color: #90B180;
}
.BgClassName
{
background-color: #90B180;
}
</style>
border-color css
<style>
span { border-color: #90B180; }
span { border-color: rgb(144,177,128); }
td.TdClassName
{
border-color: #90B180;
}
.TagClassName
{
border-color: #90B180;
}
</style>