Shades of Olivine #99C575
Tints of Olivine #99C575
RGB
CMYK
RGB Variations
Color information
#99C575 (or 0x99C575) is known color: Olivine. HEX triplet: 99, C5 and 75. RGB value is (153,197,117). Sum of RGB (Red+Green+Blue) = 153+197+117=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #99C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C575 is #663A8A. Grayscale: #AFAFAF. Windows color (decimal): -6699659 or 7718297. OLE color: 7718297.
HSL color Cylindrical-coordinate representation of color #99C575: hue angle of 93º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99C575 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 117 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.23 |
| HSL | 93º | 0.41% | 0.62% | - |
| HSV(B) | 93º | 0.41% | 0.77% | - |
| XYZ | 36.31 | 47.99 | 24.18 | - |
| YUV | 174.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 117 | 0.22 | 0 | 0.41 | 0.23 | 93 | 0.41 | 0.62 |
| Hex | 99 | C5 | 75 | 16 | 0 | 29 | 17 | 5D | 29 | 3E |
| Octal | 231 | 305 | 165 | 26 | 0 | 51 | 27 | 135 | 51 | 76 |
| Binary | 10011001 | 11000101 | 1110101 | 10110 | 0 | 101001 | 10111 | 1011101 | 101001 | 111110 |
Color Harmonies of #99C575
Complementary color
Monochromatic Colors of #99C575
Black with #99C575
Text Example
Text Example
White with #99C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C575; }
p { color: rgb(153,197,117); }
H1.HeaderClassName
{
color: #99C575;
}
.AnyTagClassName
{
color: #99C575;
}
</style>
background-color css
<style>
a { background-color: #99C575; }
a { background-color: rgb(153,197,117); }
div.DivClassName
{
background-color: #99C575;
}
.BgClassName
{
background-color: #99C575;
}
</style>
border-color css
<style>
span { border-color: #99C575; }
span { border-color: rgb(153,197,117); }
td.TdClassName
{
border-color: #99C575;
}
.TagClassName
{
border-color: #99C575;
}
</style>