Shades of Olivine #9DCC6D
Tints of Olivine #9DCC6D
RGB
CMYK
RGB Variations
Color information
#9DCC6D (or 0x9DCC6D) is known color: Olivine. HEX triplet: 9D, CC and 6D. RGB value is (157,204,109). Sum of RGB (Red+Green+Blue) = 157+204+109=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCC6D is #623392. Grayscale: #B3B3B3. Windows color (decimal): -6435731 or 7195805. OLE color: 7195805.
HSL color Cylindrical-coordinate representation of color #9DCC6D: hue angle of 89.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DCC6D is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 109 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.2 |
| HSL | 89.68º | 0.48% | 0.61% | - |
| HSV(B) | 89.68º | 0.47% | 0.8% | - |
| XYZ | 38.26 | 51.46 | 22.38 | - |
| YUV | 179.12 | 88.43 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 109 | 0.23 | 0 | 0.47 | 0.2 | 89.68 | 0.48 | 0.61 |
| Hex | 9D | CC | 6D | 17 | 0 | 2F | 14 | 5A | 30 | 3D |
| Octal | 235 | 314 | 155 | 27 | 0 | 57 | 24 | 132 | 60 | 75 |
| Binary | 10011101 | 11001100 | 1101101 | 10111 | 0 | 101111 | 10100 | 1011010 | 110000 | 111101 |
Color Harmonies of #9DCC6D
Complementary color
Monochromatic Colors of #9DCC6D
Black with #9DCC6D
Text Example
Text Example
White with #9DCC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC6D; }
p { color: rgb(157,204,109); }
H1.HeaderClassName
{
color: #9DCC6D;
}
.AnyTagClassName
{
color: #9DCC6D;
}
</style>
background-color css
<style>
a { background-color: #9DCC6D; }
a { background-color: rgb(157,204,109); }
div.DivClassName
{
background-color: #9DCC6D;
}
.BgClassName
{
background-color: #9DCC6D;
}
</style>
border-color css
<style>
span { border-color: #9DCC6D; }
span { border-color: rgb(157,204,109); }
td.TdClassName
{
border-color: #9DCC6D;
}
.TagClassName
{
border-color: #9DCC6D;
}
</style>