Shades of Olivine #99B375
Tints of Olivine #99B375
RGB
CMYK
RGB Variations
Color information
#99B375 (or 0x99B375) is known color: Olivine. HEX triplet: 99, B3 and 75. RGB value is (153,179,117). Sum of RGB (Red+Green+Blue) = 153+179+117=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #99B375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B375 is #664C8A. Grayscale: #A4A4A4. Windows color (decimal): -6704267 or 7713689. OLE color: 7713689.
HSL color Cylindrical-coordinate representation of color #99B375: hue angle of 85.16º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99B375 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 117 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.30 |
| HSL | 85.16º | 0.29% | 0.58% | - |
| HSV(B) | 85.16º | 0.35% | 0.7% | - |
| XYZ | 32.47 | 40.3 | 22.9 | - |
| YUV | 164.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 117 | 0.15 | 0 | 0.35 | 0.30 | 85.16 | 0.29 | 0.58 |
| Hex | 99 | B3 | 75 | F | 0 | 23 | 1E | 55 | 1D | 3A |
| Octal | 231 | 263 | 165 | 17 | 0 | 43 | 36 | 125 | 35 | 72 |
| Binary | 10011001 | 10110011 | 1110101 | 1111 | 0 | 100011 | 11110 | 1010101 | 11101 | 111010 |
Color Harmonies of #99B375
Complementary color
Monochromatic Colors of #99B375
Black with #99B375
Text Example
Text Example
White with #99B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B375; }
p { color: rgb(153,179,117); }
H1.HeaderClassName
{
color: #99B375;
}
.AnyTagClassName
{
color: #99B375;
}
</style>
background-color css
<style>
a { background-color: #99B375; }
a { background-color: rgb(153,179,117); }
div.DivClassName
{
background-color: #99B375;
}
.BgClassName
{
background-color: #99B375;
}
</style>
border-color css
<style>
span { border-color: #99B375; }
span { border-color: rgb(153,179,117); }
td.TdClassName
{
border-color: #99B375;
}
.TagClassName
{
border-color: #99B375;
}
</style>