Shades of Olivine #9DB368
Tints of Olivine #9DB368
RGB
CMYK
RGB Variations
Color information
#9DB368 (or 0x9DB368) is known color: Olivine. HEX triplet: 9D, B3 and 68. RGB value is (157,179,104). Sum of RGB (Red+Green+Blue) = 157+179+104=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB368 is #624C97. Grayscale: #A4A4A4. Windows color (decimal): -6442136 or 6861725. OLE color: 6861725.
HSL color Cylindrical-coordinate representation of color #9DB368: hue angle of 77.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DB368 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 104 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.30 |
| HSL | 77.6º | 0.33% | 0.55% | - |
| HSV(B) | 77.6º | 0.42% | 0.7% | - |
| XYZ | 32.52 | 40.41 | 19.18 | - |
| YUV | 163.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 104 | 0.12 | 0 | 0.42 | 0.30 | 77.6 | 0.33 | 0.55 |
| Hex | 9D | B3 | 68 | C | 0 | 2A | 1E | 4E | 21 | 37 |
| Octal | 235 | 263 | 150 | 14 | 0 | 52 | 36 | 116 | 41 | 67 |
| Binary | 10011101 | 10110011 | 1101000 | 1100 | 0 | 101010 | 11110 | 1001110 | 100001 | 110111 |
Color Harmonies of #9DB368
Complementary color
Monochromatic Colors of #9DB368
Black with #9DB368
Text Example
Text Example
White with #9DB368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB368; }
p { color: rgb(157,179,104); }
H1.HeaderClassName
{
color: #9DB368;
}
.AnyTagClassName
{
color: #9DB368;
}
</style>
background-color css
<style>
a { background-color: #9DB368; }
a { background-color: rgb(157,179,104); }
div.DivClassName
{
background-color: #9DB368;
}
.BgClassName
{
background-color: #9DB368;
}
</style>
border-color css
<style>
span { border-color: #9DB368; }
span { border-color: rgb(157,179,104); }
td.TdClassName
{
border-color: #9DB368;
}
.TagClassName
{
border-color: #9DB368;
}
</style>