Shades of Olivine #99B774
Tints of Olivine #99B774
RGB
CMYK
RGB Variations
Color information
#99B774 (or 0x99B774) is known color: Olivine. HEX triplet: 99, B7 and 74. RGB value is (153,183,116). Sum of RGB (Red+Green+Blue) = 153+183+116=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #99B774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B774 is #66488B. Grayscale: #A6A6A6. Windows color (decimal): -6703244 or 7649177. OLE color: 7649177.
HSL color Cylindrical-coordinate representation of color #99B774: hue angle of 86.87º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99B774 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 116 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.28 |
| HSL | 86.87º | 0.32% | 0.59% | - |
| HSV(B) | 86.87º | 0.37% | 0.72% | - |
| XYZ | 33.22 | 41.9 | 22.86 | - |
| YUV | 166.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 116 | 0.16 | 0 | 0.37 | 0.28 | 86.87 | 0.32 | 0.59 |
| Hex | 99 | B7 | 74 | 10 | 0 | 25 | 1C | 57 | 20 | 3B |
| Octal | 231 | 267 | 164 | 20 | 0 | 45 | 34 | 127 | 40 | 73 |
| Binary | 10011001 | 10110111 | 1110100 | 10000 | 0 | 100101 | 11100 | 1010111 | 100000 | 111011 |
Color Harmonies of #99B774
Complementary color
Monochromatic Colors of #99B774
Black with #99B774
Text Example
Text Example
White with #99B774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B774; }
p { color: rgb(153,183,116); }
H1.HeaderClassName
{
color: #99B774;
}
.AnyTagClassName
{
color: #99B774;
}
</style>
background-color css
<style>
a { background-color: #99B774; }
a { background-color: rgb(153,183,116); }
div.DivClassName
{
background-color: #99B774;
}
.BgClassName
{
background-color: #99B774;
}
</style>
border-color css
<style>
span { border-color: #99B774; }
span { border-color: rgb(153,183,116); }
td.TdClassName
{
border-color: #99B774;
}
.TagClassName
{
border-color: #99B774;
}
</style>