Shades of Olivine #99BF68
Tints of Olivine #99BF68
RGB
CMYK
RGB Variations
Color information
#99BF68 (or 0x99BF68) is known color: Olivine. HEX triplet: 99, BF and 68. RGB value is (153,191,104). Sum of RGB (Red+Green+Blue) = 153+191+104=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BF68 is #664097. Grayscale: #AAAAAA. Windows color (decimal): -6701208 or 6864793. OLE color: 6864793.
HSL color Cylindrical-coordinate representation of color #99BF68: hue angle of 86.21º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99BF68 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 104 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.25 |
| HSL | 86.21º | 0.4% | 0.58% | - |
| HSV(B) | 86.21º | 0.46% | 0.75% | - |
| XYZ | 34.27 | 45.03 | 19.98 | - |
| YUV | 169.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 104 | 0.20 | 0 | 0.46 | 0.25 | 86.21 | 0.4 | 0.58 |
| Hex | 99 | BF | 68 | 14 | 0 | 2E | 19 | 56 | 28 | 3A |
| Octal | 231 | 277 | 150 | 24 | 0 | 56 | 31 | 126 | 50 | 72 |
| Binary | 10011001 | 10111111 | 1101000 | 10100 | 0 | 101110 | 11001 | 1010110 | 101000 | 111010 |
Color Harmonies of #99BF68
Complementary color
Monochromatic Colors of #99BF68
Black with #99BF68
Text Example
Text Example
White with #99BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF68; }
p { color: rgb(153,191,104); }
H1.HeaderClassName
{
color: #99BF68;
}
.AnyTagClassName
{
color: #99BF68;
}
</style>
background-color css
<style>
a { background-color: #99BF68; }
a { background-color: rgb(153,191,104); }
div.DivClassName
{
background-color: #99BF68;
}
.BgClassName
{
background-color: #99BF68;
}
</style>
border-color css
<style>
span { border-color: #99BF68; }
span { border-color: rgb(153,191,104); }
td.TdClassName
{
border-color: #99BF68;
}
.TagClassName
{
border-color: #99BF68;
}
</style>