Shades of Olivine #99B465
Tints of Olivine #99B465
RGB
CMYK
RGB Variations
Color information
#99B465 (or 0x99B465) is known color: Olivine. HEX triplet: 99, B4 and 65. RGB value is (153,180,101). Sum of RGB (Red+Green+Blue) = 153+180+101=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #99B465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B465 is #664B9A. Grayscale: #A3A3A3. Windows color (decimal): -6704027 or 6665369. OLE color: 6665369.
HSL color Cylindrical-coordinate representation of color #99B465: hue angle of 80.51º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99B465 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 101 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.29 |
| HSL | 80.51º | 0.34% | 0.55% | - |
| HSV(B) | 80.51º | 0.44% | 0.71% | - |
| XYZ | 31.81 | 40.35 | 18.42 | - |
| YUV | 162.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 101 | 0.15 | 0 | 0.44 | 0.29 | 80.51 | 0.34 | 0.55 |
| Hex | 99 | B4 | 65 | F | 0 | 2C | 1D | 51 | 22 | 37 |
| Octal | 231 | 264 | 145 | 17 | 0 | 54 | 35 | 121 | 42 | 67 |
| Binary | 10011001 | 10110100 | 1100101 | 1111 | 0 | 101100 | 11101 | 1010001 | 100010 | 110111 |
Color Harmonies of #99B465
Complementary color
Monochromatic Colors of #99B465
Black with #99B465
Text Example
Text Example
White with #99B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B465; }
p { color: rgb(153,180,101); }
H1.HeaderClassName
{
color: #99B465;
}
.AnyTagClassName
{
color: #99B465;
}
</style>
background-color css
<style>
a { background-color: #99B465; }
a { background-color: rgb(153,180,101); }
div.DivClassName
{
background-color: #99B465;
}
.BgClassName
{
background-color: #99B465;
}
</style>
border-color css
<style>
span { border-color: #99B465; }
span { border-color: rgb(153,180,101); }
td.TdClassName
{
border-color: #99B465;
}
.TagClassName
{
border-color: #99B465;
}
</style>