Shades of Olivine #99B36C
Tints of Olivine #99B36C
RGB
CMYK
RGB Variations
Color information
#99B36C (or 0x99B36C) is known color: Olivine. HEX triplet: 99, B3 and 6C. RGB value is (153,179,108). Sum of RGB (Red+Green+Blue) = 153+179+108=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #99B36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B36C is #664C93. Grayscale: #A3A3A3. Windows color (decimal): -6704276 or 7123865. OLE color: 7123865.
HSL color Cylindrical-coordinate representation of color #99B36C: hue angle of 81.97º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99B36C is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 108 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.30 |
| HSL | 81.97º | 0.32% | 0.56% | - |
| HSV(B) | 81.97º | 0.4% | 0.7% | - |
| XYZ | 31.96 | 40.1 | 20.24 | - |
| YUV | 163.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 108 | 0.15 | 0 | 0.40 | 0.30 | 81.97 | 0.32 | 0.56 |
| Hex | 99 | B3 | 6C | F | 0 | 28 | 1E | 52 | 20 | 38 |
| Octal | 231 | 263 | 154 | 17 | 0 | 50 | 36 | 122 | 40 | 70 |
| Binary | 10011001 | 10110011 | 1101100 | 1111 | 0 | 101000 | 11110 | 1010010 | 100000 | 111000 |
Color Harmonies of #99B36C
Complementary color
Monochromatic Colors of #99B36C
Black with #99B36C
Text Example
Text Example
White with #99B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B36C; }
p { color: rgb(153,179,108); }
H1.HeaderClassName
{
color: #99B36C;
}
.AnyTagClassName
{
color: #99B36C;
}
</style>
background-color css
<style>
a { background-color: #99B36C; }
a { background-color: rgb(153,179,108); }
div.DivClassName
{
background-color: #99B36C;
}
.BgClassName
{
background-color: #99B36C;
}
</style>
border-color css
<style>
span { border-color: #99B36C; }
span { border-color: rgb(153,179,108); }
td.TdClassName
{
border-color: #99B36C;
}
.TagClassName
{
border-color: #99B36C;
}
</style>