Shades of Olivine #99B468
Tints of Olivine #99B468
RGB
CMYK
RGB Variations
Color information
#99B468 (or 0x99B468) is known color: Olivine. HEX triplet: 99, B4 and 68. RGB value is (153,180,104). Sum of RGB (Red+Green+Blue) = 153+180+104=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #99B468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B468 is #664B97. Grayscale: #A3A3A3. Windows color (decimal): -6704024 or 6861977. OLE color: 6861977.
HSL color Cylindrical-coordinate representation of color #99B468: hue angle of 81.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99B468 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 104 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.29 |
| HSL | 81.32º | 0.34% | 0.56% | - |
| HSV(B) | 81.32º | 0.42% | 0.71% | - |
| XYZ | 31.96 | 40.41 | 19.21 | - |
| YUV | 163.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 104 | 0.15 | 0 | 0.42 | 0.29 | 81.32 | 0.34 | 0.56 |
| Hex | 99 | B4 | 68 | F | 0 | 2A | 1D | 51 | 22 | 38 |
| Octal | 231 | 264 | 150 | 17 | 0 | 52 | 35 | 121 | 42 | 70 |
| Binary | 10011001 | 10110100 | 1101000 | 1111 | 0 | 101010 | 11101 | 1010001 | 100010 | 111000 |
Color Harmonies of #99B468
Complementary color
Monochromatic Colors of #99B468
Black with #99B468
Text Example
Text Example
White with #99B468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B468; }
p { color: rgb(153,180,104); }
H1.HeaderClassName
{
color: #99B468;
}
.AnyTagClassName
{
color: #99B468;
}
</style>
background-color css
<style>
a { background-color: #99B468; }
a { background-color: rgb(153,180,104); }
div.DivClassName
{
background-color: #99B468;
}
.BgClassName
{
background-color: #99B468;
}
</style>
border-color css
<style>
span { border-color: #99B468; }
span { border-color: rgb(153,180,104); }
td.TdClassName
{
border-color: #99B468;
}
.TagClassName
{
border-color: #99B468;
}
</style>