Shades of Olivine #99B36B
Tints of Olivine #99B36B
RGB
CMYK
RGB Variations
Color information
#99B36B (or 0x99B36B) is known color: Olivine. HEX triplet: 99, B3 and 6B. RGB value is (153,179,107). Sum of RGB (Red+Green+Blue) = 153+179+107=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #99B36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B36B is #664C94. Grayscale: #A3A3A3. Windows color (decimal): -6704277 or 7058329. OLE color: 7058329.
HSL color Cylindrical-coordinate representation of color #99B36B: hue angle of 81.67º 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 #99B36B is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 107 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.30 |
| HSL | 81.67º | 0.32% | 0.56% | - |
| HSV(B) | 81.67º | 0.4% | 0.7% | - |
| XYZ | 31.91 | 40.07 | 19.96 | - |
| YUV | 163.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 107 | 0.15 | 0 | 0.40 | 0.30 | 81.67 | 0.32 | 0.56 |
| Hex | 99 | B3 | 6B | F | 0 | 28 | 1E | 52 | 20 | 38 |
| Octal | 231 | 263 | 153 | 17 | 0 | 50 | 36 | 122 | 40 | 70 |
| Binary | 10011001 | 10110011 | 1101011 | 1111 | 0 | 101000 | 11110 | 1010010 | 100000 | 111000 |
Color Harmonies of #99B36B
Complementary color
Monochromatic Colors of #99B36B
Black with #99B36B
Text Example
Text Example
White with #99B36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B36B; }
p { color: rgb(153,179,107); }
H1.HeaderClassName
{
color: #99B36B;
}
.AnyTagClassName
{
color: #99B36B;
}
</style>
background-color css
<style>
a { background-color: #99B36B; }
a { background-color: rgb(153,179,107); }
div.DivClassName
{
background-color: #99B36B;
}
.BgClassName
{
background-color: #99B36B;
}
</style>
border-color css
<style>
span { border-color: #99B36B; }
span { border-color: rgb(153,179,107); }
td.TdClassName
{
border-color: #99B36B;
}
.TagClassName
{
border-color: #99B36B;
}
</style>