Shades of Olivine #90B367
Tints of Olivine #90B367
RGB
CMYK
RGB Variations
Color information
#90B367 (or 0x90B367) is known color: Olivine. HEX triplet: 90, B3 and 67. RGB value is (144,179,103). Sum of RGB (Red+Green+Blue) = 144+179+103=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #90B367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B367 is #6F4C98. Grayscale: #A0A0A0. Windows color (decimal): -7294105 or 6796176. OLE color: 6796176.
HSL color Cylindrical-coordinate representation of color #90B367: hue angle of 87.63º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90B367 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 103 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.30 |
| HSL | 87.63º | 0.33% | 0.55% | - |
| HSV(B) | 87.63º | 0.42% | 0.7% | - |
| XYZ | 30.07 | 39.15 | 18.8 | - |
| YUV | 159.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 103 | 0.20 | 0 | 0.42 | 0.30 | 87.63 | 0.33 | 0.55 |
| Hex | 90 | B3 | 67 | 14 | 0 | 2A | 1E | 58 | 21 | 37 |
| Octal | 220 | 263 | 147 | 24 | 0 | 52 | 36 | 130 | 41 | 67 |
| Binary | 10010000 | 10110011 | 1100111 | 10100 | 0 | 101010 | 11110 | 1011000 | 100001 | 110111 |
Color Harmonies of #90B367
Complementary color
Monochromatic Colors of #90B367
Black with #90B367
Text Example
Text Example
White with #90B367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B367; }
p { color: rgb(144,179,103); }
H1.HeaderClassName
{
color: #90B367;
}
.AnyTagClassName
{
color: #90B367;
}
</style>
background-color css
<style>
a { background-color: #90B367; }
a { background-color: rgb(144,179,103); }
div.DivClassName
{
background-color: #90B367;
}
.BgClassName
{
background-color: #90B367;
}
</style>
border-color css
<style>
span { border-color: #90B367; }
span { border-color: rgb(144,179,103); }
td.TdClassName
{
border-color: #90B367;
}
.TagClassName
{
border-color: #90B367;
}
</style>