Shades of Olivine #99B561
Tints of Olivine #99B561
RGB
CMYK
RGB Variations
Color information
#99B561 (or 0x99B561) is known color: Olivine. HEX triplet: 99, B5 and 61. RGB value is (153,181,97). Sum of RGB (Red+Green+Blue) = 153+181+97=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #99B561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B561 is #664A9E. Grayscale: #A3A3A3. Windows color (decimal): -6703775 or 6403481. OLE color: 6403481.
HSL color Cylindrical-coordinate representation of color #99B561: hue angle of 80º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99B561 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 181 | 97 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.29 |
| HSL | 80º | 0.36% | 0.55% | - |
| HSV(B) | 80º | 0.46% | 0.71% | - |
| XYZ | 31.82 | 40.68 | 17.48 | - |
| YUV | 163.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 97 | 0.15 | 0 | 0.46 | 0.29 | 80 | 0.36 | 0.55 |
| Hex | 99 | B5 | 61 | F | 0 | 2E | 1D | 50 | 24 | 37 |
| Octal | 231 | 265 | 141 | 17 | 0 | 56 | 35 | 120 | 44 | 67 |
| Binary | 10011001 | 10110101 | 1100001 | 1111 | 0 | 101110 | 11101 | 1010000 | 100100 | 110111 |
Color Harmonies of #99B561
Complementary color
Monochromatic Colors of #99B561
Black with #99B561
Text Example
Text Example
White with #99B561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B561; }
p { color: rgb(153,181,97); }
H1.HeaderClassName
{
color: #99B561;
}
.AnyTagClassName
{
color: #99B561;
}
</style>
background-color css
<style>
a { background-color: #99B561; }
a { background-color: rgb(153,181,97); }
div.DivClassName
{
background-color: #99B561;
}
.BgClassName
{
background-color: #99B561;
}
</style>
border-color css
<style>
span { border-color: #99B561; }
span { border-color: rgb(153,181,97); }
td.TdClassName
{
border-color: #99B561;
}
.TagClassName
{
border-color: #99B561;
}
</style>