Shades of Olivine #9DC068
Tints of Olivine #9DC068
RGB
CMYK
RGB Variations
Color information
#9DC068 (or 0x9DC068) is known color: Olivine. HEX triplet: 9D, C0 and 68. RGB value is (157,192,104). Sum of RGB (Red+Green+Blue) = 157+192+104=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC068 is #623F97. Grayscale: #ABABAB. Windows color (decimal): -6438808 or 6865053. OLE color: 6865053.
HSL color Cylindrical-coordinate representation of color #9DC068: hue angle of 83.86º degrees, saturation: 0.41, 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 #9DC068 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 104 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.25 |
| HSL | 83.86º | 0.41% | 0.58% | - |
| HSV(B) | 83.86º | 0.46% | 0.75% | - |
| XYZ | 35.25 | 45.87 | 20.09 | - |
| YUV | 171.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 104 | 0.18 | 0 | 0.46 | 0.25 | 83.86 | 0.41 | 0.58 |
| Hex | 9D | C0 | 68 | 12 | 0 | 2E | 19 | 54 | 29 | 3A |
| Octal | 235 | 300 | 150 | 22 | 0 | 56 | 31 | 124 | 51 | 72 |
| Binary | 10011101 | 11000000 | 1101000 | 10010 | 0 | 101110 | 11001 | 1010100 | 101001 | 111010 |
Color Harmonies of #9DC068
Complementary color
Monochromatic Colors of #9DC068
Black with #9DC068
Text Example
Text Example
White with #9DC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC068; }
p { color: rgb(157,192,104); }
H1.HeaderClassName
{
color: #9DC068;
}
.AnyTagClassName
{
color: #9DC068;
}
</style>
background-color css
<style>
a { background-color: #9DC068; }
a { background-color: rgb(157,192,104); }
div.DivClassName
{
background-color: #9DC068;
}
.BgClassName
{
background-color: #9DC068;
}
</style>
border-color css
<style>
span { border-color: #9DC068; }
span { border-color: rgb(157,192,104); }
td.TdClassName
{
border-color: #9DC068;
}
.TagClassName
{
border-color: #9DC068;
}
</style>