Shades of Olivine #9DB06F
Tints of Olivine #9DB06F
RGB
CMYK
RGB Variations
Color information
#9DB06F (or 0x9DB06F) is known color: Olivine. HEX triplet: 9D, B0 and 6F. RGB value is (157,176,111). Sum of RGB (Red+Green+Blue) = 157+176+111=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB06F is #624F90. Grayscale: #A3A3A3. Windows color (decimal): -6442897 or 7319709. OLE color: 7319709.
HSL color Cylindrical-coordinate representation of color #9DB06F: hue angle of 77.54º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DB06F is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 111 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.31 |
| HSL | 77.54º | 0.29% | 0.56% | - |
| HSV(B) | 77.54º | 0.37% | 0.69% | - |
| XYZ | 32.3 | 39.37 | 20.94 | - |
| YUV | 162.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 111 | 0.11 | 0 | 0.37 | 0.31 | 77.54 | 0.29 | 0.56 |
| Hex | 9D | B0 | 6F | B | 0 | 25 | 1F | 4E | 1D | 38 |
| Octal | 235 | 260 | 157 | 13 | 0 | 45 | 37 | 116 | 35 | 70 |
| Binary | 10011101 | 10110000 | 1101111 | 1011 | 0 | 100101 | 11111 | 1001110 | 11101 | 111000 |
Color Harmonies of #9DB06F
Complementary color
Monochromatic Colors of #9DB06F
Black with #9DB06F
Text Example
Text Example
White with #9DB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB06F; }
p { color: rgb(157,176,111); }
H1.HeaderClassName
{
color: #9DB06F;
}
.AnyTagClassName
{
color: #9DB06F;
}
</style>
background-color css
<style>
a { background-color: #9DB06F; }
a { background-color: rgb(157,176,111); }
div.DivClassName
{
background-color: #9DB06F;
}
.BgClassName
{
background-color: #9DB06F;
}
</style>
border-color css
<style>
span { border-color: #9DB06F; }
span { border-color: rgb(157,176,111); }
td.TdClassName
{
border-color: #9DB06F;
}
.TagClassName
{
border-color: #9DB06F;
}
</style>