Shades of Olivine #90B369
Tints of Olivine #90B369
RGB
CMYK
RGB Variations
Color information
#90B369 (or 0x90B369) is known color: Olivine. HEX triplet: 90, B3 and 69. RGB value is (144,179,105). Sum of RGB (Red+Green+Blue) = 144+179+105=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #90B369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B369 is #6F4C96. Grayscale: #A0A0A0. Windows color (decimal): -7294103 or 6927248. OLE color: 6927248.
HSL color Cylindrical-coordinate representation of color #90B369: hue angle of 88.38º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90B369 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 105 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.30 |
| HSL | 88.38º | 0.33% | 0.56% | - |
| HSV(B) | 88.38º | 0.41% | 0.7% | - |
| XYZ | 30.17 | 39.19 | 19.34 | - |
| YUV | 160.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 105 | 0.20 | 0 | 0.41 | 0.30 | 88.38 | 0.33 | 0.56 |
| Hex | 90 | B3 | 69 | 14 | 0 | 29 | 1E | 58 | 21 | 38 |
| Octal | 220 | 263 | 151 | 24 | 0 | 51 | 36 | 130 | 41 | 70 |
| Binary | 10010000 | 10110011 | 1101001 | 10100 | 0 | 101001 | 11110 | 1011000 | 100001 | 111000 |
Color Harmonies of #90B369
Complementary color
Monochromatic Colors of #90B369
Black with #90B369
Text Example
Text Example
White with #90B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B369; }
p { color: rgb(144,179,105); }
H1.HeaderClassName
{
color: #90B369;
}
.AnyTagClassName
{
color: #90B369;
}
</style>
background-color css
<style>
a { background-color: #90B369; }
a { background-color: rgb(144,179,105); }
div.DivClassName
{
background-color: #90B369;
}
.BgClassName
{
background-color: #90B369;
}
</style>
border-color css
<style>
span { border-color: #90B369; }
span { border-color: rgb(144,179,105); }
td.TdClassName
{
border-color: #90B369;
}
.TagClassName
{
border-color: #90B369;
}
</style>