Shades of Olivine #9DCB6D
Tints of Olivine #9DCB6D
RGB
CMYK
RGB Variations
Color information
#9DCB6D (or 0x9DCB6D) is known color: Olivine. HEX triplet: 9D, CB and 6D. RGB value is (157,203,109). Sum of RGB (Red+Green+Blue) = 157+203+109=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB6D is #623492. Grayscale: #B2B2B2. Windows color (decimal): -6435987 or 7195549. OLE color: 7195549.
HSL color Cylindrical-coordinate representation of color #9DCB6D: hue angle of 89.36º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DCB6D is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 109 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.20 |
| HSL | 89.36º | 0.47% | 0.61% | - |
| HSV(B) | 89.36º | 0.46% | 0.8% | - |
| XYZ | 38.02 | 50.98 | 22.31 | - |
| YUV | 178.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 109 | 0.23 | 0 | 0.46 | 0.20 | 89.36 | 0.47 | 0.61 |
| Hex | 9D | CB | 6D | 17 | 0 | 2E | 14 | 59 | 2F | 3D |
| Octal | 235 | 313 | 155 | 27 | 0 | 56 | 24 | 131 | 57 | 75 |
| Binary | 10011101 | 11001011 | 1101101 | 10111 | 0 | 101110 | 10100 | 1011001 | 101111 | 111101 |
Color Harmonies of #9DCB6D
Complementary color
Monochromatic Colors of #9DCB6D
Black with #9DCB6D
Text Example
Text Example
White with #9DCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB6D; }
p { color: rgb(157,203,109); }
H1.HeaderClassName
{
color: #9DCB6D;
}
.AnyTagClassName
{
color: #9DCB6D;
}
</style>
background-color css
<style>
a { background-color: #9DCB6D; }
a { background-color: rgb(157,203,109); }
div.DivClassName
{
background-color: #9DCB6D;
}
.BgClassName
{
background-color: #9DCB6D;
}
</style>
border-color css
<style>
span { border-color: #9DCB6D; }
span { border-color: rgb(157,203,109); }
td.TdClassName
{
border-color: #9DCB6D;
}
.TagClassName
{
border-color: #9DCB6D;
}
</style>