Shades of Olivine #99C357
Tints of Olivine #99C357
RGB
CMYK
RGB Variations
Color information
#99C357 (or 0x99C357) is known color: Olivine. HEX triplet: 99, C3 and 57. RGB value is (153,195,87). Sum of RGB (Red+Green+Blue) = 153+195+87=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #99C357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C357 is #663CA8. Grayscale: #AAAAAA. Windows color (decimal): -6700201 or 5751705. OLE color: 5751705.
HSL color Cylindrical-coordinate representation of color #99C357: hue angle of 83.33º degrees, saturation: 0.47, 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 #99C357 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 87 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.24 |
| HSL | 83.33º | 0.47% | 0.55% | - |
| HSV(B) | 83.33º | 0.55% | 0.76% | - |
| XYZ | 34.37 | 46.49 | 16.18 | - |
| YUV | 170.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 87 | 0.22 | 0 | 0.55 | 0.24 | 83.33 | 0.47 | 0.55 |
| Hex | 99 | C3 | 57 | 16 | 0 | 37 | 18 | 53 | 2F | 37 |
| Octal | 231 | 303 | 127 | 26 | 0 | 67 | 30 | 123 | 57 | 67 |
| Binary | 10011001 | 11000011 | 1010111 | 10110 | 0 | 110111 | 11000 | 1010011 | 101111 | 110111 |
Color Harmonies of #99C357
Complementary color
Monochromatic Colors of #99C357
Black with #99C357
Text Example
Text Example
White with #99C357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C357; }
p { color: rgb(153,195,87); }
H1.HeaderClassName
{
color: #99C357;
}
.AnyTagClassName
{
color: #99C357;
}
</style>
background-color css
<style>
a { background-color: #99C357; }
a { background-color: rgb(153,195,87); }
div.DivClassName
{
background-color: #99C357;
}
.BgClassName
{
background-color: #99C357;
}
</style>
border-color css
<style>
span { border-color: #99C357; }
span { border-color: rgb(153,195,87); }
td.TdClassName
{
border-color: #99C357;
}
.TagClassName
{
border-color: #99C357;
}
</style>