Shades of Olivine #99B761
Tints of Olivine #99B761
RGB
CMYK
RGB Variations
Color information
#99B761 (or 0x99B761) is known color: Olivine. HEX triplet: 99, B7 and 61. RGB value is (153,183,97). Sum of RGB (Red+Green+Blue) = 153+183+97=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #99B761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B761 is #66489E. Grayscale: #A4A4A4. Windows color (decimal): -6703263 or 6403993. OLE color: 6403993.
HSL color Cylindrical-coordinate representation of color #99B761: hue angle of 80.93º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99B761 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 97 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.28 |
| HSL | 80.93º | 0.37% | 0.55% | - |
| HSV(B) | 80.93º | 0.47% | 0.72% | - |
| XYZ | 32.23 | 41.5 | 17.62 | - |
| YUV | 164.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 97 | 0.16 | 0 | 0.47 | 0.28 | 80.93 | 0.37 | 0.55 |
| Hex | 99 | B7 | 61 | 10 | 0 | 2F | 1C | 51 | 25 | 37 |
| Octal | 231 | 267 | 141 | 20 | 0 | 57 | 34 | 121 | 45 | 67 |
| Binary | 10011001 | 10110111 | 1100001 | 10000 | 0 | 101111 | 11100 | 1010001 | 100101 | 110111 |
Color Harmonies of #99B761
Complementary color
Monochromatic Colors of #99B761
Black with #99B761
Text Example
Text Example
White with #99B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B761; }
p { color: rgb(153,183,97); }
H1.HeaderClassName
{
color: #99B761;
}
.AnyTagClassName
{
color: #99B761;
}
</style>
background-color css
<style>
a { background-color: #99B761; }
a { background-color: rgb(153,183,97); }
div.DivClassName
{
background-color: #99B761;
}
.BgClassName
{
background-color: #99B761;
}
</style>
border-color css
<style>
span { border-color: #99B761; }
span { border-color: rgb(153,183,97); }
td.TdClassName
{
border-color: #99B761;
}
.TagClassName
{
border-color: #99B761;
}
</style>