Shades of Olivine #99B363
Tints of Olivine #99B363
RGB
CMYK
RGB Variations
Color information
#99B363 (or 0x99B363) is known color: Olivine. HEX triplet: 99, B3 and 63. RGB value is (153,179,99). Sum of RGB (Red+Green+Blue) = 153+179+99=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #99B363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B363 is #664C9C. Grayscale: #A2A2A2. Windows color (decimal): -6704285 or 6534041. OLE color: 6534041.
HSL color Cylindrical-coordinate representation of color #99B363: hue angle of 79.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99B363 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 99 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.30 |
| HSL | 79.5º | 0.34% | 0.55% | - |
| HSV(B) | 79.5º | 0.45% | 0.7% | - |
| XYZ | 31.51 | 39.91 | 17.85 | - |
| YUV | 162.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 99 | 0.15 | 0 | 0.45 | 0.30 | 79.5 | 0.34 | 0.55 |
| Hex | 99 | B3 | 63 | F | 0 | 2D | 1E | 50 | 22 | 37 |
| Octal | 231 | 263 | 143 | 17 | 0 | 55 | 36 | 120 | 42 | 67 |
| Binary | 10011001 | 10110011 | 1100011 | 1111 | 0 | 101101 | 11110 | 1010000 | 100010 | 110111 |
Color Harmonies of #99B363
Complementary color
Monochromatic Colors of #99B363
Black with #99B363
Text Example
Text Example
White with #99B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B363; }
p { color: rgb(153,179,99); }
H1.HeaderClassName
{
color: #99B363;
}
.AnyTagClassName
{
color: #99B363;
}
</style>
background-color css
<style>
a { background-color: #99B363; }
a { background-color: rgb(153,179,99); }
div.DivClassName
{
background-color: #99B363;
}
.BgClassName
{
background-color: #99B363;
}
</style>
border-color css
<style>
span { border-color: #99B363; }
span { border-color: rgb(153,179,99); }
td.TdClassName
{
border-color: #99B363;
}
.TagClassName
{
border-color: #99B363;
}
</style>