Shades of Olivine #99B073
Tints of Olivine #99B073
RGB
CMYK
RGB Variations
Color information
#99B073 (or 0x99B073) is known color: Olivine. HEX triplet: 99, B0 and 73. RGB value is (153,176,115). Sum of RGB (Red+Green+Blue) = 153+176+115=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #99B073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B073 is #664F8C. Grayscale: #A2A2A2. Windows color (decimal): -6705037 or 7581849. OLE color: 7581849.
HSL color Cylindrical-coordinate representation of color #99B073: hue angle of 82.62º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99B073 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 176 | 115 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.31 |
| HSL | 82.62º | 0.28% | 0.57% | - |
| HSV(B) | 82.62º | 0.35% | 0.69% | - |
| XYZ | 31.76 | 39.06 | 22.09 | - |
| YUV | 162.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 176 | 115 | 0.13 | 0 | 0.35 | 0.31 | 82.62 | 0.28 | 0.57 |
| Hex | 99 | B0 | 73 | D | 0 | 23 | 1F | 53 | 1C | 39 |
| Octal | 231 | 260 | 163 | 15 | 0 | 43 | 37 | 123 | 34 | 71 |
| Binary | 10011001 | 10110000 | 1110011 | 1101 | 0 | 100011 | 11111 | 1010011 | 11100 | 111001 |
Color Harmonies of #99B073
Complementary color
Monochromatic Colors of #99B073
Black with #99B073
Text Example
Text Example
White with #99B073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B073; }
p { color: rgb(153,176,115); }
H1.HeaderClassName
{
color: #99B073;
}
.AnyTagClassName
{
color: #99B073;
}
</style>
background-color css
<style>
a { background-color: #99B073; }
a { background-color: rgb(153,176,115); }
div.DivClassName
{
background-color: #99B073;
}
.BgClassName
{
background-color: #99B073;
}
</style>
border-color css
<style>
span { border-color: #99B073; }
span { border-color: rgb(153,176,115); }
td.TdClassName
{
border-color: #99B073;
}
.TagClassName
{
border-color: #99B073;
}
</style>