Shades of Olivine #90BD70
Tints of Olivine #90BD70
RGB
CMYK
RGB Variations
Color information
#90BD70 (or 0x90BD70) is known color: Olivine. HEX triplet: 90, BD and 70. RGB value is (144,189,112). Sum of RGB (Red+Green+Blue) = 144+189+112=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD70 is #6F428F. Grayscale: #A7A7A7. Windows color (decimal): -7291536 or 7388560. OLE color: 7388560.
HSL color Cylindrical-coordinate representation of color #90BD70: hue angle of 95.06º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90BD70 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 112 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.26 |
| HSL | 95.06º | 0.37% | 0.59% | - |
| HSV(B) | 95.06º | 0.41% | 0.74% | - |
| XYZ | 32.62 | 43.49 | 22.01 | - |
| YUV | 166.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 112 | 0.24 | 0 | 0.41 | 0.26 | 95.06 | 0.37 | 0.59 |
| Hex | 90 | BD | 70 | 18 | 0 | 29 | 1A | 5F | 25 | 3B |
| Octal | 220 | 275 | 160 | 30 | 0 | 51 | 32 | 137 | 45 | 73 |
| Binary | 10010000 | 10111101 | 1110000 | 11000 | 0 | 101001 | 11010 | 1011111 | 100101 | 111011 |
Color Harmonies of #90BD70
Complementary color
Monochromatic Colors of #90BD70
Black with #90BD70
Text Example
Text Example
White with #90BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD70; }
p { color: rgb(144,189,112); }
H1.HeaderClassName
{
color: #90BD70;
}
.AnyTagClassName
{
color: #90BD70;
}
</style>
background-color css
<style>
a { background-color: #90BD70; }
a { background-color: rgb(144,189,112); }
div.DivClassName
{
background-color: #90BD70;
}
.BgClassName
{
background-color: #90BD70;
}
</style>
border-color css
<style>
span { border-color: #90BD70; }
span { border-color: rgb(144,189,112); }
td.TdClassName
{
border-color: #90BD70;
}
.TagClassName
{
border-color: #90BD70;
}
</style>