Shades of Olivine #99B57C
Tints of Olivine #99B57C
RGB
CMYK
RGB Variations
Color information
#99B57C (or 0x99B57C) is known color: Olivine. HEX triplet: 99, B5 and 7C. RGB value is (153,181,124). Sum of RGB (Red+Green+Blue) = 153+181+124=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #99B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B57C is #664A83. Grayscale: #A6A6A6. Windows color (decimal): -6703748 or 8172953. OLE color: 8172953.
HSL color Cylindrical-coordinate representation of color #99B57C: hue angle of 89.47º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B57C is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 181 | 124 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.29 |
| HSL | 89.47º | 0.28% | 0.6% | - |
| HSV(B) | 89.47º | 0.31% | 0.71% | - |
| XYZ | 33.3 | 41.28 | 25.28 | - |
| YUV | 166.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 124 | 0.15 | 0 | 0.31 | 0.29 | 89.47 | 0.28 | 0.6 |
| Hex | 99 | B5 | 7C | F | 0 | 1F | 1D | 59 | 1C | 3C |
| Octal | 231 | 265 | 174 | 17 | 0 | 37 | 35 | 131 | 34 | 74 |
| Binary | 10011001 | 10110101 | 1111100 | 1111 | 0 | 11111 | 11101 | 1011001 | 11100 | 111100 |
Color Harmonies of #99B57C
Complementary color
Monochromatic Colors of #99B57C
Black with #99B57C
Text Example
Text Example
White with #99B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B57C; }
p { color: rgb(153,181,124); }
H1.HeaderClassName
{
color: #99B57C;
}
.AnyTagClassName
{
color: #99B57C;
}
</style>
background-color css
<style>
a { background-color: #99B57C; }
a { background-color: rgb(153,181,124); }
div.DivClassName
{
background-color: #99B57C;
}
.BgClassName
{
background-color: #99B57C;
}
</style>
border-color css
<style>
span { border-color: #99B57C; }
span { border-color: rgb(153,181,124); }
td.TdClassName
{
border-color: #99B57C;
}
.TagClassName
{
border-color: #99B57C;
}
</style>