Shades of Olivine #99B673
Tints of Olivine #99B673
RGB
CMYK
RGB Variations
Color information
#99B673 (or 0x99B673) is known color: Olivine. HEX triplet: 99, B6 and 73. RGB value is (153,182,115). Sum of RGB (Red+Green+Blue) = 153+182+115=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #99B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B673 is #66498C. Grayscale: #A5A5A5. Windows color (decimal): -6703501 or 7583385. OLE color: 7583385.
HSL color Cylindrical-coordinate representation of color #99B673: hue angle of 85.97º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99B673 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 182 | 115 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.29 |
| HSL | 85.97º | 0.31% | 0.58% | - |
| HSV(B) | 85.97º | 0.37% | 0.71% | - |
| XYZ | 32.96 | 41.47 | 22.49 | - |
| YUV | 165.69 | 99.39 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 182 | 115 | 0.16 | 0 | 0.37 | 0.29 | 85.97 | 0.31 | 0.58 |
| Hex | 99 | B6 | 73 | 10 | 0 | 25 | 1D | 56 | 1F | 3A |
| Octal | 231 | 266 | 163 | 20 | 0 | 45 | 35 | 126 | 37 | 72 |
| Binary | 10011001 | 10110110 | 1110011 | 10000 | 0 | 100101 | 11101 | 1010110 | 11111 | 111010 |
Color Harmonies of #99B673
Complementary color
Monochromatic Colors of #99B673
Black with #99B673
Text Example
Text Example
White with #99B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B673; }
p { color: rgb(153,182,115); }
H1.HeaderClassName
{
color: #99B673;
}
.AnyTagClassName
{
color: #99B673;
}
</style>
background-color css
<style>
a { background-color: #99B673; }
a { background-color: rgb(153,182,115); }
div.DivClassName
{
background-color: #99B673;
}
.BgClassName
{
background-color: #99B673;
}
</style>
border-color css
<style>
span { border-color: #99B673; }
span { border-color: rgb(153,182,115); }
td.TdClassName
{
border-color: #99B673;
}
.TagClassName
{
border-color: #99B673;
}
</style>