Shades of Olivine #90BD67
Tints of Olivine #90BD67
RGB
CMYK
RGB Variations
Color information
#90BD67 (or 0x90BD67) is known color: Olivine. HEX triplet: 90, BD and 67. RGB value is (144,189,103). Sum of RGB (Red+Green+Blue) = 144+189+103=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD67 is #6F4298. Grayscale: #A6A6A6. Windows color (decimal): -7291545 or 6798736. OLE color: 6798736.
HSL color Cylindrical-coordinate representation of color #90BD67: hue angle of 91.4º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90BD67 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 103 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.26 |
| HSL | 91.4º | 0.39% | 0.57% | - |
| HSV(B) | 91.4º | 0.46% | 0.74% | - |
| XYZ | 32.15 | 43.3 | 19.5 | - |
| YUV | 165.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 103 | 0.24 | 0 | 0.46 | 0.26 | 91.4 | 0.39 | 0.57 |
| Hex | 90 | BD | 67 | 18 | 0 | 2E | 1A | 5B | 27 | 39 |
| Octal | 220 | 275 | 147 | 30 | 0 | 56 | 32 | 133 | 47 | 71 |
| Binary | 10010000 | 10111101 | 1100111 | 11000 | 0 | 101110 | 11010 | 1011011 | 100111 | 111001 |
Color Harmonies of #90BD67
Complementary color
Monochromatic Colors of #90BD67
Black with #90BD67
Text Example
Text Example
White with #90BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD67; }
p { color: rgb(144,189,103); }
H1.HeaderClassName
{
color: #90BD67;
}
.AnyTagClassName
{
color: #90BD67;
}
</style>
background-color css
<style>
a { background-color: #90BD67; }
a { background-color: rgb(144,189,103); }
div.DivClassName
{
background-color: #90BD67;
}
.BgClassName
{
background-color: #90BD67;
}
</style>
border-color css
<style>
span { border-color: #90BD67; }
span { border-color: rgb(144,189,103); }
td.TdClassName
{
border-color: #90BD67;
}
.TagClassName
{
border-color: #90BD67;
}
</style>