Shades of Olivine #99BA67
Tints of Olivine #99BA67
RGB
CMYK
RGB Variations
Color information
#99BA67 (or 0x99BA67) is known color: Olivine. HEX triplet: 99, BA and 67. RGB value is (153,186,103). Sum of RGB (Red+Green+Blue) = 153+186+103=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA67 is #664598. Grayscale: #A6A6A6. Windows color (decimal): -6702489 or 6797977. OLE color: 6797977.
HSL color Cylindrical-coordinate representation of color #99BA67: hue angle of 83.86º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99BA67 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 103 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.27 |
| HSL | 83.86º | 0.38% | 0.57% | - |
| HSV(B) | 83.86º | 0.45% | 0.73% | - |
| XYZ | 33.14 | 42.87 | 19.36 | - |
| YUV | 166.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 103 | 0.18 | 0 | 0.45 | 0.27 | 83.86 | 0.38 | 0.57 |
| Hex | 99 | BA | 67 | 12 | 0 | 2D | 1B | 54 | 26 | 39 |
| Octal | 231 | 272 | 147 | 22 | 0 | 55 | 33 | 124 | 46 | 71 |
| Binary | 10011001 | 10111010 | 1100111 | 10010 | 0 | 101101 | 11011 | 1010100 | 100110 | 111001 |
Color Harmonies of #99BA67
Complementary color
Monochromatic Colors of #99BA67
Black with #99BA67
Text Example
Text Example
White with #99BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA67; }
p { color: rgb(153,186,103); }
H1.HeaderClassName
{
color: #99BA67;
}
.AnyTagClassName
{
color: #99BA67;
}
</style>
background-color css
<style>
a { background-color: #99BA67; }
a { background-color: rgb(153,186,103); }
div.DivClassName
{
background-color: #99BA67;
}
.BgClassName
{
background-color: #99BA67;
}
</style>
border-color css
<style>
span { border-color: #99BA67; }
span { border-color: rgb(153,186,103); }
td.TdClassName
{
border-color: #99BA67;
}
.TagClassName
{
border-color: #99BA67;
}
</style>