Shades of Olivine #9DCD6D
Tints of Olivine #9DCD6D
RGB
CMYK
RGB Variations
Color information
#9DCD6D (or 0x9DCD6D) is known color: Olivine. HEX triplet: 9D, CD and 6D. RGB value is (157,205,109). Sum of RGB (Red+Green+Blue) = 157+205+109=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD6D is #623292. Grayscale: #B4B4B4. Windows color (decimal): -6435475 or 7196061. OLE color: 7196061.
HSL color Cylindrical-coordinate representation of color #9DCD6D: hue angle of 90º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DCD6D is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 109 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.20 |
| HSL | 90º | 0.49% | 0.62% | - |
| HSV(B) | 90º | 0.47% | 0.8% | - |
| XYZ | 38.5 | 51.93 | 22.46 | - |
| YUV | 179.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 109 | 0.23 | 0 | 0.47 | 0.20 | 90 | 0.49 | 0.62 |
| Hex | 9D | CD | 6D | 17 | 0 | 2F | 14 | 5A | 31 | 3E |
| Octal | 235 | 315 | 155 | 27 | 0 | 57 | 24 | 132 | 61 | 76 |
| Binary | 10011101 | 11001101 | 1101101 | 10111 | 0 | 101111 | 10100 | 1011010 | 110001 | 111110 |
Color Harmonies of #9DCD6D
Complementary color
Monochromatic Colors of #9DCD6D
Black with #9DCD6D
Text Example
Text Example
White with #9DCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD6D; }
p { color: rgb(157,205,109); }
H1.HeaderClassName
{
color: #9DCD6D;
}
.AnyTagClassName
{
color: #9DCD6D;
}
</style>
background-color css
<style>
a { background-color: #9DCD6D; }
a { background-color: rgb(157,205,109); }
div.DivClassName
{
background-color: #9DCD6D;
}
.BgClassName
{
background-color: #9DCD6D;
}
</style>
border-color css
<style>
span { border-color: #9DCD6D; }
span { border-color: rgb(157,205,109); }
td.TdClassName
{
border-color: #9DCD6D;
}
.TagClassName
{
border-color: #9DCD6D;
}
</style>