Shades of Olivine #90B67D
Tints of Olivine #90B67D
RGB
CMYK
RGB Variations
Color information
#90B67D (or 0x90B67D) is known color: Olivine. HEX triplet: 90, B6 and 7D. RGB value is (144,182,125). Sum of RGB (Red+Green+Blue) = 144+182+125=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #90B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B67D is #6F4982. Grayscale: #A4A4A4. Windows color (decimal): -7293315 or 8238736. OLE color: 8238736.
HSL color Cylindrical-coordinate representation of color #90B67D: hue angle of 100º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90B67D is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 182 | 125 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.29 |
| HSL | 100º | 0.28% | 0.6% | - |
| HSV(B) | 100º | 0.31% | 0.71% | - |
| XYZ | 31.93 | 40.87 | 25.61 | - |
| YUV | 164.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 182 | 125 | 0.21 | 0 | 0.31 | 0.29 | 100 | 0.28 | 0.6 |
| Hex | 90 | B6 | 7D | 15 | 0 | 1F | 1D | 64 | 1C | 3C |
| Octal | 220 | 266 | 175 | 25 | 0 | 37 | 35 | 144 | 34 | 74 |
| Binary | 10010000 | 10110110 | 1111101 | 10101 | 0 | 11111 | 11101 | 1100100 | 11100 | 111100 |
Color Harmonies of #90B67D
Complementary color
Monochromatic Colors of #90B67D
Black with #90B67D
Text Example
Text Example
White with #90B67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B67D; }
p { color: rgb(144,182,125); }
H1.HeaderClassName
{
color: #90B67D;
}
.AnyTagClassName
{
color: #90B67D;
}
</style>
background-color css
<style>
a { background-color: #90B67D; }
a { background-color: rgb(144,182,125); }
div.DivClassName
{
background-color: #90B67D;
}
.BgClassName
{
background-color: #90B67D;
}
</style>
border-color css
<style>
span { border-color: #90B67D; }
span { border-color: rgb(144,182,125); }
td.TdClassName
{
border-color: #90B67D;
}
.TagClassName
{
border-color: #90B67D;
}
</style>