Shades of Olivine #99B369
Tints of Olivine #99B369
RGB
CMYK
RGB Variations
Color information
#99B369 (or 0x99B369) is known color: Olivine. HEX triplet: 99, B3 and 69. RGB value is (153,179,105). Sum of RGB (Red+Green+Blue) = 153+179+105=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #99B369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B369 is #664C96. Grayscale: #A3A3A3. Windows color (decimal): -6704279 or 6927257. OLE color: 6927257.
HSL color Cylindrical-coordinate representation of color #99B369: hue angle of 81.08º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99B369 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 105 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.30 |
| HSL | 81.08º | 0.33% | 0.56% | - |
| HSV(B) | 81.08º | 0.41% | 0.7% | - |
| XYZ | 31.81 | 40.03 | 19.42 | - |
| YUV | 162.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 105 | 0.15 | 0 | 0.41 | 0.30 | 81.08 | 0.33 | 0.56 |
| Hex | 99 | B3 | 69 | F | 0 | 29 | 1E | 51 | 21 | 38 |
| Octal | 231 | 263 | 151 | 17 | 0 | 51 | 36 | 121 | 41 | 70 |
| Binary | 10011001 | 10110011 | 1101001 | 1111 | 0 | 101001 | 11110 | 1010001 | 100001 | 111000 |
Color Harmonies of #99B369
Complementary color
Monochromatic Colors of #99B369
Black with #99B369
Text Example
Text Example
White with #99B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B369; }
p { color: rgb(153,179,105); }
H1.HeaderClassName
{
color: #99B369;
}
.AnyTagClassName
{
color: #99B369;
}
</style>
background-color css
<style>
a { background-color: #99B369; }
a { background-color: rgb(153,179,105); }
div.DivClassName
{
background-color: #99B369;
}
.BgClassName
{
background-color: #99B369;
}
</style>
border-color css
<style>
span { border-color: #99B369; }
span { border-color: rgb(153,179,105); }
td.TdClassName
{
border-color: #99B369;
}
.TagClassName
{
border-color: #99B369;
}
</style>