Shades of Olivine #9DCD67
Tints of Olivine #9DCD67
RGB
CMYK
RGB Variations
Color information
#9DCD67 (or 0x9DCD67) is known color: Olivine. HEX triplet: 9D, CD and 67. RGB value is (157,205,103). Sum of RGB (Red+Green+Blue) = 157+205+103=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD67 is #623298. Grayscale: #B3B3B3. Windows color (decimal): -6435481 or 6802845. OLE color: 6802845.
HSL color Cylindrical-coordinate representation of color #9DCD67: hue angle of 88.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DCD67 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 103 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.20 |
| HSL | 88.24º | 0.5% | 0.6% | - |
| HSV(B) | 88.24º | 0.5% | 0.8% | - |
| XYZ | 38.18 | 51.81 | 20.82 | - |
| YUV | 179.02 | 85.1 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 103 | 0.23 | 0 | 0.50 | 0.20 | 88.24 | 0.5 | 0.6 |
| Hex | 9D | CD | 67 | 17 | 0 | 32 | 14 | 58 | 32 | 3C |
| Octal | 235 | 315 | 147 | 27 | 0 | 62 | 24 | 130 | 62 | 74 |
| Binary | 10011101 | 11001101 | 1100111 | 10111 | 0 | 110010 | 10100 | 1011000 | 110010 | 111100 |
Color Harmonies of #9DCD67
Complementary color
Monochromatic Colors of #9DCD67
Black with #9DCD67
Text Example
Text Example
White with #9DCD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD67; }
p { color: rgb(157,205,103); }
H1.HeaderClassName
{
color: #9DCD67;
}
.AnyTagClassName
{
color: #9DCD67;
}
</style>
background-color css
<style>
a { background-color: #9DCD67; }
a { background-color: rgb(157,205,103); }
div.DivClassName
{
background-color: #9DCD67;
}
.BgClassName
{
background-color: #9DCD67;
}
</style>
border-color css
<style>
span { border-color: #9DCD67; }
span { border-color: rgb(157,205,103); }
td.TdClassName
{
border-color: #9DCD67;
}
.TagClassName
{
border-color: #9DCD67;
}
</style>