Shades of Olivine #9DBF68
Tints of Olivine #9DBF68
RGB
CMYK
RGB Variations
Color information
#9DBF68 (or 0x9DBF68) is known color: Olivine. HEX triplet: 9D, BF and 68. RGB value is (157,191,104). Sum of RGB (Red+Green+Blue) = 157+191+104=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF68 is #624097. Grayscale: #ABABAB. Windows color (decimal): -6439064 or 6864797. OLE color: 6864797.
HSL color Cylindrical-coordinate representation of color #9DBF68: hue angle of 83.45º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DBF68 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 104 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.25 |
| HSL | 83.45º | 0.4% | 0.58% | - |
| HSV(B) | 83.45º | 0.46% | 0.75% | - |
| XYZ | 35.03 | 45.43 | 20.02 | - |
| YUV | 170.92 | 90.24 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 104 | 0.18 | 0 | 0.46 | 0.25 | 83.45 | 0.4 | 0.58 |
| Hex | 9D | BF | 68 | 12 | 0 | 2E | 19 | 53 | 28 | 3A |
| Octal | 235 | 277 | 150 | 22 | 0 | 56 | 31 | 123 | 50 | 72 |
| Binary | 10011101 | 10111111 | 1101000 | 10010 | 0 | 101110 | 11001 | 1010011 | 101000 | 111010 |
Color Harmonies of #9DBF68
Complementary color
Monochromatic Colors of #9DBF68
Black with #9DBF68
Text Example
Text Example
White with #9DBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF68; }
p { color: rgb(157,191,104); }
H1.HeaderClassName
{
color: #9DBF68;
}
.AnyTagClassName
{
color: #9DBF68;
}
</style>
background-color css
<style>
a { background-color: #9DBF68; }
a { background-color: rgb(157,191,104); }
div.DivClassName
{
background-color: #9DBF68;
}
.BgClassName
{
background-color: #9DBF68;
}
</style>
border-color css
<style>
span { border-color: #9DBF68; }
span { border-color: rgb(157,191,104); }
td.TdClassName
{
border-color: #9DBF68;
}
.TagClassName
{
border-color: #9DBF68;
}
</style>