Shades of Olivine #90B46C
Tints of Olivine #90B46C
RGB
CMYK
RGB Variations
Color information
#90B46C (or 0x90B46C) is known color: Olivine. HEX triplet: 90, B4 and 6C. RGB value is (144,180,108). Sum of RGB (Red+Green+Blue) = 144+180+108=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #90B46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B46C is #6F4B93. Grayscale: #A1A1A1. Windows color (decimal): -7293844 or 7124112. OLE color: 7124112.
HSL color Cylindrical-coordinate representation of color #90B46C: hue angle of 90º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90B46C is Cyan = 0.2, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 108 | - |
| CMYK | 0.2 | 0 | 0.40 | 0.29 |
| HSL | 90º | 0.32% | 0.56% | - |
| HSV(B) | 90º | 0.4% | 0.71% | - |
| XYZ | 30.53 | 39.65 | 20.23 | - |
| YUV | 161.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 108 | 0.2 | 0 | 0.40 | 0.29 | 90 | 0.32 | 0.56 |
| Hex | 90 | B4 | 6C | 14 | 0 | 28 | 1D | 5A | 20 | 38 |
| Octal | 220 | 264 | 154 | 24 | 0 | 50 | 35 | 132 | 40 | 70 |
| Binary | 10010000 | 10110100 | 1101100 | 10100 | 0 | 101000 | 11101 | 1011010 | 100000 | 111000 |
Color Harmonies of #90B46C
Complementary color
Monochromatic Colors of #90B46C
Black with #90B46C
Text Example
Text Example
White with #90B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B46C; }
p { color: rgb(144,180,108); }
H1.HeaderClassName
{
color: #90B46C;
}
.AnyTagClassName
{
color: #90B46C;
}
</style>
background-color css
<style>
a { background-color: #90B46C; }
a { background-color: rgb(144,180,108); }
div.DivClassName
{
background-color: #90B46C;
}
.BgClassName
{
background-color: #90B46C;
}
</style>
border-color css
<style>
span { border-color: #90B46C; }
span { border-color: rgb(144,180,108); }
td.TdClassName
{
border-color: #90B46C;
}
.TagClassName
{
border-color: #90B46C;
}
</style>