Shades of Olivine #99B77F
Tints of Olivine #99B77F
RGB
CMYK
RGB Variations
Color information
#99B77F (or 0x99B77F) is known color: Olivine. HEX triplet: 99, B7 and 7F. RGB value is (153,183,127). Sum of RGB (Red+Green+Blue) = 153+183+127=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #99B77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B77F is #664880. Grayscale: #A7A7A7. Windows color (decimal): -6703233 or 8370073. OLE color: 8370073.
HSL color Cylindrical-coordinate representation of color #99B77F: hue angle of 92.14º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B77F is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 127 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.28 |
| HSL | 92.14º | 0.28% | 0.61% | - |
| HSV(B) | 92.14º | 0.31% | 0.72% | - |
| XYZ | 33.9 | 42.17 | 26.43 | - |
| YUV | 167.65 | 105.06 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 127 | 0.16 | 0 | 0.31 | 0.28 | 92.14 | 0.28 | 0.61 |
| Hex | 99 | B7 | 7F | 10 | 0 | 1F | 1C | 5C | 1C | 3D |
| Octal | 231 | 267 | 177 | 20 | 0 | 37 | 34 | 134 | 34 | 75 |
| Binary | 10011001 | 10110111 | 1111111 | 10000 | 0 | 11111 | 11100 | 1011100 | 11100 | 111101 |
Color Harmonies of #99B77F
Complementary color
Monochromatic Colors of #99B77F
Black with #99B77F
Text Example
Text Example
White with #99B77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B77F; }
p { color: rgb(153,183,127); }
H1.HeaderClassName
{
color: #99B77F;
}
.AnyTagClassName
{
color: #99B77F;
}
</style>
background-color css
<style>
a { background-color: #99B77F; }
a { background-color: rgb(153,183,127); }
div.DivClassName
{
background-color: #99B77F;
}
.BgClassName
{
background-color: #99B77F;
}
</style>
border-color css
<style>
span { border-color: #99B77F; }
span { border-color: rgb(153,183,127); }
td.TdClassName
{
border-color: #99B77F;
}
.TagClassName
{
border-color: #99B77F;
}
</style>