Shades of Olivine #90C770
Tints of Olivine #90C770
RGB
CMYK
RGB Variations
Color information
#90C770 (or 0x90C770) is known color: Olivine. HEX triplet: 90, C7 and 70. RGB value is (144,199,112). Sum of RGB (Red+Green+Blue) = 144+199+112=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #90C770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C770 is #6F388F. Grayscale: #ACACAC. Windows color (decimal): -7288976 or 7391120. OLE color: 7391120.
HSL color Cylindrical-coordinate representation of color #90C770: hue angle of 97.93º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90C770 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 199 | 112 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.22 |
| HSL | 97.93º | 0.44% | 0.61% | - |
| HSV(B) | 97.93º | 0.44% | 0.78% | - |
| XYZ | 34.85 | 47.95 | 22.75 | - |
| YUV | 172.64 | 93.78 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 112 | 0.28 | 0 | 0.44 | 0.22 | 97.93 | 0.44 | 0.61 |
| Hex | 90 | C7 | 70 | 1C | 0 | 2C | 16 | 62 | 2C | 3D |
| Octal | 220 | 307 | 160 | 34 | 0 | 54 | 26 | 142 | 54 | 75 |
| Binary | 10010000 | 11000111 | 1110000 | 11100 | 0 | 101100 | 10110 | 1100010 | 101100 | 111101 |
Color Harmonies of #90C770
Complementary color
Monochromatic Colors of #90C770
Black with #90C770
Text Example
Text Example
White with #90C770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C770; }
p { color: rgb(144,199,112); }
H1.HeaderClassName
{
color: #90C770;
}
.AnyTagClassName
{
color: #90C770;
}
</style>
background-color css
<style>
a { background-color: #90C770; }
a { background-color: rgb(144,199,112); }
div.DivClassName
{
background-color: #90C770;
}
.BgClassName
{
background-color: #90C770;
}
</style>
border-color css
<style>
span { border-color: #90C770; }
span { border-color: rgb(144,199,112); }
td.TdClassName
{
border-color: #90C770;
}
.TagClassName
{
border-color: #90C770;
}
</style>