Shades of Olivine #99B07B
Tints of Olivine #99B07B
RGB
CMYK
RGB Variations
Color information
#99B07B (or 0x99B07B) is known color: Olivine. HEX triplet: 99, B0 and 7B. RGB value is (153,176,123). Sum of RGB (Red+Green+Blue) = 153+176+123=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #99B07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B07B is #664F84. Grayscale: #A3A3A3. Windows color (decimal): -6705029 or 8106137. OLE color: 8106137.
HSL color Cylindrical-coordinate representation of color #99B07B: hue angle of 86.04º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99B07B is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 123 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.31 |
| HSL | 86.04º | 0.25% | 0.59% | - |
| HSV(B) | 86.04º | 0.3% | 0.69% | - |
| XYZ | 32.24 | 39.25 | 24.62 | - |
| YUV | 163.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 123 | 0.13 | 0 | 0.30 | 0.31 | 86.04 | 0.25 | 0.59 |
| Hex | 99 | B0 | 7B | D | 0 | 1E | 1F | 56 | 19 | 3B |
| Octal | 231 | 260 | 173 | 15 | 0 | 36 | 37 | 126 | 31 | 73 |
| Binary | 10011001 | 10110000 | 1111011 | 1101 | 0 | 11110 | 11111 | 1010110 | 11001 | 111011 |
Color Harmonies of #99B07B
Complementary color
Monochromatic Colors of #99B07B
Black with #99B07B
Text Example
Text Example
White with #99B07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B07B; }
p { color: rgb(153,176,123); }
H1.HeaderClassName
{
color: #99B07B;
}
.AnyTagClassName
{
color: #99B07B;
}
</style>
background-color css
<style>
a { background-color: #99B07B; }
a { background-color: rgb(153,176,123); }
div.DivClassName
{
background-color: #99B07B;
}
.BgClassName
{
background-color: #99B07B;
}
</style>
border-color css
<style>
span { border-color: #99B07B; }
span { border-color: rgb(153,176,123); }
td.TdClassName
{
border-color: #99B07B;
}
.TagClassName
{
border-color: #99B07B;
}
</style>