Shades of Olivine #99C157
Tints of Olivine #99C157
RGB
CMYK
RGB Variations
Color information
#99C157 (or 0x99C157) is known color: Olivine. HEX triplet: 99, C1 and 57. RGB value is (153,193,87). Sum of RGB (Red+Green+Blue) = 153+193+87=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #99C157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C157 is #663EA8. Grayscale: #A9A9A9. Windows color (decimal): -6700713 or 5751193. OLE color: 5751193.
HSL color Cylindrical-coordinate representation of color #99C157: hue angle of 82.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99C157 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 87 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.24 |
| HSL | 82.64º | 0.46% | 0.55% | - |
| HSV(B) | 82.64º | 0.55% | 0.76% | - |
| XYZ | 33.93 | 45.6 | 16.03 | - |
| YUV | 168.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 87 | 0.21 | 0 | 0.55 | 0.24 | 82.64 | 0.46 | 0.55 |
| Hex | 99 | C1 | 57 | 15 | 0 | 37 | 18 | 53 | 2E | 37 |
| Octal | 231 | 301 | 127 | 25 | 0 | 67 | 30 | 123 | 56 | 67 |
| Binary | 10011001 | 11000001 | 1010111 | 10101 | 0 | 110111 | 11000 | 1010011 | 101110 | 110111 |
Color Harmonies of #99C157
Complementary color
Monochromatic Colors of #99C157
Black with #99C157
Text Example
Text Example
White with #99C157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C157; }
p { color: rgb(153,193,87); }
H1.HeaderClassName
{
color: #99C157;
}
.AnyTagClassName
{
color: #99C157;
}
</style>
background-color css
<style>
a { background-color: #99C157; }
a { background-color: rgb(153,193,87); }
div.DivClassName
{
background-color: #99C157;
}
.BgClassName
{
background-color: #99C157;
}
</style>
border-color css
<style>
span { border-color: #99C157; }
span { border-color: rgb(153,193,87); }
td.TdClassName
{
border-color: #99C157;
}
.TagClassName
{
border-color: #99C157;
}
</style>