Shades of Olivine #90BD6B
Tints of Olivine #90BD6B
RGB
CMYK
RGB Variations
Color information
#90BD6B (or 0x90BD6B) is known color: Olivine. HEX triplet: 90, BD and 6B. RGB value is (144,189,107). Sum of RGB (Red+Green+Blue) = 144+189+107=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD6B is #6F4294. Grayscale: #A6A6A6. Windows color (decimal): -7291541 or 7060880. OLE color: 7060880.
HSL color Cylindrical-coordinate representation of color #90BD6B: hue angle of 92.93º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90BD6B is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 107 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.26 |
| HSL | 92.93º | 0.38% | 0.58% | - |
| HSV(B) | 92.93º | 0.43% | 0.74% | - |
| XYZ | 32.35 | 43.39 | 20.58 | - |
| YUV | 166.2 | 94.59 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 107 | 0.24 | 0 | 0.43 | 0.26 | 92.93 | 0.38 | 0.58 |
| Hex | 90 | BD | 6B | 18 | 0 | 2B | 1A | 5D | 26 | 3A |
| Octal | 220 | 275 | 153 | 30 | 0 | 53 | 32 | 135 | 46 | 72 |
| Binary | 10010000 | 10111101 | 1101011 | 11000 | 0 | 101011 | 11010 | 1011101 | 100110 | 111010 |
Color Harmonies of #90BD6B
Complementary color
Monochromatic Colors of #90BD6B
Black with #90BD6B
Text Example
Text Example
White with #90BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD6B; }
p { color: rgb(144,189,107); }
H1.HeaderClassName
{
color: #90BD6B;
}
.AnyTagClassName
{
color: #90BD6B;
}
</style>
background-color css
<style>
a { background-color: #90BD6B; }
a { background-color: rgb(144,189,107); }
div.DivClassName
{
background-color: #90BD6B;
}
.BgClassName
{
background-color: #90BD6B;
}
</style>
border-color css
<style>
span { border-color: #90BD6B; }
span { border-color: rgb(144,189,107); }
td.TdClassName
{
border-color: #90BD6B;
}
.TagClassName
{
border-color: #90BD6B;
}
</style>