Shades of Olivine #9ACB6D
Tints of Olivine #9ACB6D
RGB
CMYK
RGB Variations
Color information
#9ACB6D (or 0x9ACB6D) is known color: Olivine. HEX triplet: 9A, CB and 6D. RGB value is (154,203,109). Sum of RGB (Red+Green+Blue) = 154+203+109=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB6D is #653492. Grayscale: #B1B1B1. Windows color (decimal): -6632595 or 7195546. OLE color: 7195546.
HSL color Cylindrical-coordinate representation of color #9ACB6D: hue angle of 91.28º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ACB6D is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 109 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.20 |
| HSL | 91.28º | 0.47% | 0.61% | - |
| HSV(B) | 91.28º | 0.46% | 0.8% | - |
| XYZ | 37.44 | 50.69 | 22.28 | - |
| YUV | 177.63 | 89.27 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 109 | 0.24 | 0 | 0.46 | 0.20 | 91.28 | 0.47 | 0.61 |
| Hex | 9A | CB | 6D | 18 | 0 | 2E | 14 | 5B | 2F | 3D |
| Octal | 232 | 313 | 155 | 30 | 0 | 56 | 24 | 133 | 57 | 75 |
| Binary | 10011010 | 11001011 | 1101101 | 11000 | 0 | 101110 | 10100 | 1011011 | 101111 | 111101 |
Color Harmonies of #9ACB6D
Complementary color
Monochromatic Colors of #9ACB6D
Black with #9ACB6D
Text Example
Text Example
White with #9ACB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB6D; }
p { color: rgb(154,203,109); }
H1.HeaderClassName
{
color: #9ACB6D;
}
.AnyTagClassName
{
color: #9ACB6D;
}
</style>
background-color css
<style>
a { background-color: #9ACB6D; }
a { background-color: rgb(154,203,109); }
div.DivClassName
{
background-color: #9ACB6D;
}
.BgClassName
{
background-color: #9ACB6D;
}
</style>
border-color css
<style>
span { border-color: #9ACB6D; }
span { border-color: rgb(154,203,109); }
td.TdClassName
{
border-color: #9ACB6D;
}
.TagClassName
{
border-color: #9ACB6D;
}
</style>