Shades of Olivine #99C758
Tints of Olivine #99C758
RGB
CMYK
RGB Variations
Color information
#99C758 (or 0x99C758) is known color: Olivine. HEX triplet: 99, C7 and 58. RGB value is (153,199,88). Sum of RGB (Red+Green+Blue) = 153+199+88=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 199 - color contains mainly: green. Hex color #99C758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C758 is #6638A7. Grayscale: #ACACAC. Windows color (decimal): -6699176 or 5818265. OLE color: 5818265.
HSL color Cylindrical-coordinate representation of color #99C758: hue angle of 84.86º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99C758 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 88 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.22 |
| HSL | 84.86º | 0.5% | 0.56% | - |
| HSV(B) | 84.86º | 0.56% | 0.78% | - |
| XYZ | 35.32 | 48.32 | 16.7 | - |
| YUV | 172.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 88 | 0.23 | 0 | 0.56 | 0.22 | 84.86 | 0.5 | 0.56 |
| Hex | 99 | C7 | 58 | 17 | 0 | 38 | 16 | 55 | 32 | 38 |
| Octal | 231 | 307 | 130 | 27 | 0 | 70 | 26 | 125 | 62 | 70 |
| Binary | 10011001 | 11000111 | 1011000 | 10111 | 0 | 111000 | 10110 | 1010101 | 110010 | 111000 |
Color Harmonies of #99C758
Complementary color
Monochromatic Colors of #99C758
Black with #99C758
Text Example
Text Example
White with #99C758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C758; }
p { color: rgb(153,199,88); }
H1.HeaderClassName
{
color: #99C758;
}
.AnyTagClassName
{
color: #99C758;
}
</style>
background-color css
<style>
a { background-color: #99C758; }
a { background-color: rgb(153,199,88); }
div.DivClassName
{
background-color: #99C758;
}
.BgClassName
{
background-color: #99C758;
}
</style>
border-color css
<style>
span { border-color: #99C758; }
span { border-color: rgb(153,199,88); }
td.TdClassName
{
border-color: #99C758;
}
.TagClassName
{
border-color: #99C758;
}
</style>