Shades of Olivine #99B273
Tints of Olivine #99B273
RGB
CMYK
RGB Variations
Color information
#99B273 (or 0x99B273) is known color: Olivine. HEX triplet: 99, B2 and 73. RGB value is (153,178,115). Sum of RGB (Red+Green+Blue) = 153+178+115=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #99B273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B273 is #664D8C. Grayscale: #A3A3A3. Windows color (decimal): -6704525 or 7582361. OLE color: 7582361.
HSL color Cylindrical-coordinate representation of color #99B273: hue angle of 83.81º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99B273 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 115 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.30 |
| HSL | 83.81º | 0.29% | 0.57% | - |
| HSV(B) | 83.81º | 0.35% | 0.7% | - |
| XYZ | 32.15 | 39.85 | 22.22 | - |
| YUV | 163.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 115 | 0.14 | 0 | 0.35 | 0.30 | 83.81 | 0.29 | 0.57 |
| Hex | 99 | B2 | 73 | E | 0 | 23 | 1E | 54 | 1D | 39 |
| Octal | 231 | 262 | 163 | 16 | 0 | 43 | 36 | 124 | 35 | 71 |
| Binary | 10011001 | 10110010 | 1110011 | 1110 | 0 | 100011 | 11110 | 1010100 | 11101 | 111001 |
Color Harmonies of #99B273
Complementary color
Monochromatic Colors of #99B273
Black with #99B273
Text Example
Text Example
White with #99B273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B273; }
p { color: rgb(153,178,115); }
H1.HeaderClassName
{
color: #99B273;
}
.AnyTagClassName
{
color: #99B273;
}
</style>
background-color css
<style>
a { background-color: #99B273; }
a { background-color: rgb(153,178,115); }
div.DivClassName
{
background-color: #99B273;
}
.BgClassName
{
background-color: #99B273;
}
</style>
border-color css
<style>
span { border-color: #99B273; }
span { border-color: rgb(153,178,115); }
td.TdClassName
{
border-color: #99B273;
}
.TagClassName
{
border-color: #99B273;
}
</style>