Shades of Olivine #99B169
Tints of Olivine #99B169
RGB
CMYK
RGB Variations
Color information
#99B169 (or 0x99B169) is known color: Olivine. HEX triplet: 99, B1 and 69. RGB value is (153,177,105). Sum of RGB (Red+Green+Blue) = 153+177+105=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #99B169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B169 is #664E96. Grayscale: #A1A1A1. Windows color (decimal): -6704791 or 6926745. OLE color: 6926745.
HSL color Cylindrical-coordinate representation of color #99B169: hue angle of 80º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99B169 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 105 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.31 |
| HSL | 80º | 0.32% | 0.55% | - |
| HSV(B) | 80º | 0.41% | 0.69% | - |
| XYZ | 31.41 | 39.24 | 19.28 | - |
| YUV | 161.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 105 | 0.14 | 0 | 0.41 | 0.31 | 80 | 0.32 | 0.55 |
| Hex | 99 | B1 | 69 | E | 0 | 29 | 1F | 50 | 20 | 37 |
| Octal | 231 | 261 | 151 | 16 | 0 | 51 | 37 | 120 | 40 | 67 |
| Binary | 10011001 | 10110001 | 1101001 | 1110 | 0 | 101001 | 11111 | 1010000 | 100000 | 110111 |
Color Harmonies of #99B169
Complementary color
Monochromatic Colors of #99B169
Black with #99B169
Text Example
Text Example
White with #99B169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B169; }
p { color: rgb(153,177,105); }
H1.HeaderClassName
{
color: #99B169;
}
.AnyTagClassName
{
color: #99B169;
}
</style>
background-color css
<style>
a { background-color: #99B169; }
a { background-color: rgb(153,177,105); }
div.DivClassName
{
background-color: #99B169;
}
.BgClassName
{
background-color: #99B169;
}
</style>
border-color css
<style>
span { border-color: #99B169; }
span { border-color: rgb(153,177,105); }
td.TdClassName
{
border-color: #99B169;
}
.TagClassName
{
border-color: #99B169;
}
</style>