Shades of Olivine #90C179
Tints of Olivine #90C179
RGB
CMYK
RGB Variations
Color information
#90C179 (or 0x90C179) is known color: Olivine. HEX triplet: 90, C1 and 79. RGB value is (144,193,121). Sum of RGB (Red+Green+Blue) = 144+193+121=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #90C179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C179 is #6F3E86. Grayscale: #AAAAAA. Windows color (decimal): -7290503 or 7979408. OLE color: 7979408.
HSL color Cylindrical-coordinate representation of color #90C179: hue angle of 100.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90C179 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 121 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.24 |
| HSL | 100.83º | 0.37% | 0.62% | - |
| HSV(B) | 100.83º | 0.37% | 0.76% | - |
| XYZ | 34.02 | 45.45 | 25.07 | - |
| YUV | 170.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 121 | 0.25 | 0 | 0.37 | 0.24 | 100.83 | 0.37 | 0.62 |
| Hex | 90 | C1 | 79 | 19 | 0 | 25 | 18 | 65 | 25 | 3E |
| Octal | 220 | 301 | 171 | 31 | 0 | 45 | 30 | 145 | 45 | 76 |
| Binary | 10010000 | 11000001 | 1111001 | 11001 | 0 | 100101 | 11000 | 1100101 | 100101 | 111110 |
Color Harmonies of #90C179
Complementary color
Monochromatic Colors of #90C179
Black with #90C179
Text Example
Text Example
White with #90C179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C179; }
p { color: rgb(144,193,121); }
H1.HeaderClassName
{
color: #90C179;
}
.AnyTagClassName
{
color: #90C179;
}
</style>
background-color css
<style>
a { background-color: #90C179; }
a { background-color: rgb(144,193,121); }
div.DivClassName
{
background-color: #90C179;
}
.BgClassName
{
background-color: #90C179;
}
</style>
border-color css
<style>
span { border-color: #90C179; }
span { border-color: rgb(144,193,121); }
td.TdClassName
{
border-color: #90C179;
}
.TagClassName
{
border-color: #90C179;
}
</style>