Shades of Olivine #99B36E
Tints of Olivine #99B36E
RGB
CMYK
RGB Variations
Color information
#99B36E (or 0x99B36E) is known color: Olivine. HEX triplet: 99, B3 and 6E. RGB value is (153,179,110). Sum of RGB (Red+Green+Blue) = 153+179+110=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #99B36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B36E is #664C91. Grayscale: #A3A3A3. Windows color (decimal): -6704274 or 7254937. OLE color: 7254937.
HSL color Cylindrical-coordinate representation of color #99B36E: hue angle of 82.61º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99B36E is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 110 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.30 |
| HSL | 82.61º | 0.31% | 0.57% | - |
| HSV(B) | 82.61º | 0.39% | 0.7% | - |
| XYZ | 32.07 | 40.14 | 20.81 | - |
| YUV | 163.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 110 | 0.15 | 0 | 0.39 | 0.30 | 82.61 | 0.31 | 0.57 |
| Hex | 99 | B3 | 6E | F | 0 | 27 | 1E | 53 | 1F | 39 |
| Octal | 231 | 263 | 156 | 17 | 0 | 47 | 36 | 123 | 37 | 71 |
| Binary | 10011001 | 10110011 | 1101110 | 1111 | 0 | 100111 | 11110 | 1010011 | 11111 | 111001 |
Color Harmonies of #99B36E
Complementary color
Monochromatic Colors of #99B36E
Black with #99B36E
Text Example
Text Example
White with #99B36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B36E; }
p { color: rgb(153,179,110); }
H1.HeaderClassName
{
color: #99B36E;
}
.AnyTagClassName
{
color: #99B36E;
}
</style>
background-color css
<style>
a { background-color: #99B36E; }
a { background-color: rgb(153,179,110); }
div.DivClassName
{
background-color: #99B36E;
}
.BgClassName
{
background-color: #99B36E;
}
</style>
border-color css
<style>
span { border-color: #99B36E; }
span { border-color: rgb(153,179,110); }
td.TdClassName
{
border-color: #99B36E;
}
.TagClassName
{
border-color: #99B36E;
}
</style>