Shades of Olivine #99B07F
Tints of Olivine #99B07F
RGB
CMYK
RGB Variations
Color information
#99B07F (or 0x99B07F) is known color: Olivine. HEX triplet: 99, B0 and 7F. RGB value is (153,176,127). Sum of RGB (Red+Green+Blue) = 153+176+127=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 176 - color contains mainly: green. Hex color #99B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B07F is #664F80. Grayscale: #A3A3A3. Windows color (decimal): -6705025 or 8368281. OLE color: 8368281.
HSL color Cylindrical-coordinate representation of color #99B07F: hue angle of 88.16º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99B07F is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 127 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.31 |
| HSL | 88.16º | 0.24% | 0.59% | - |
| HSV(B) | 88.16º | 0.28% | 0.69% | - |
| XYZ | 32.49 | 39.36 | 25.96 | - |
| YUV | 163.54 | 107.38 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 127 | 0.13 | 0 | 0.28 | 0.31 | 88.16 | 0.24 | 0.59 |
| Hex | 99 | B0 | 7F | D | 0 | 1C | 1F | 58 | 18 | 3B |
| Octal | 231 | 260 | 177 | 15 | 0 | 34 | 37 | 130 | 30 | 73 |
| Binary | 10011001 | 10110000 | 1111111 | 1101 | 0 | 11100 | 11111 | 1011000 | 11000 | 111011 |
Color Harmonies of #99B07F
Complementary color
Monochromatic Colors of #99B07F
Black with #99B07F
Text Example
Text Example
White with #99B07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B07F; }
p { color: rgb(153,176,127); }
H1.HeaderClassName
{
color: #99B07F;
}
.AnyTagClassName
{
color: #99B07F;
}
</style>
background-color css
<style>
a { background-color: #99B07F; }
a { background-color: rgb(153,176,127); }
div.DivClassName
{
background-color: #99B07F;
}
.BgClassName
{
background-color: #99B07F;
}
</style>
border-color css
<style>
span { border-color: #99B07F; }
span { border-color: rgb(153,176,127); }
td.TdClassName
{
border-color: #99B07F;
}
.TagClassName
{
border-color: #99B07F;
}
</style>