Shades of Olivine #9DCC67
Tints of Olivine #9DCC67
RGB
CMYK
RGB Variations
Color information
#9DCC67 (or 0x9DCC67) is known color: Olivine. HEX triplet: 9D, CC and 67. RGB value is (157,204,103). Sum of RGB (Red+Green+Blue) = 157+204+103=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCC67 is #623398. Grayscale: #B2B2B2. Windows color (decimal): -6435737 or 6802589. OLE color: 6802589.
HSL color Cylindrical-coordinate representation of color #9DCC67: hue angle of 87.92º 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 #9DCC67 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 103 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.2 |
| HSL | 87.92º | 0.5% | 0.6% | - |
| HSV(B) | 87.92º | 0.5% | 0.8% | - |
| XYZ | 37.95 | 51.33 | 20.74 | - |
| YUV | 178.43 | 85.43 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 103 | 0.23 | 0 | 0.50 | 0.2 | 87.92 | 0.5 | 0.6 |
| Hex | 9D | CC | 67 | 17 | 0 | 32 | 14 | 58 | 32 | 3C |
| Octal | 235 | 314 | 147 | 27 | 0 | 62 | 24 | 130 | 62 | 74 |
| Binary | 10011101 | 11001100 | 1100111 | 10111 | 0 | 110010 | 10100 | 1011000 | 110010 | 111100 |
Color Harmonies of #9DCC67
Complementary color
Monochromatic Colors of #9DCC67
Black with #9DCC67
Text Example
Text Example
White with #9DCC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC67; }
p { color: rgb(157,204,103); }
H1.HeaderClassName
{
color: #9DCC67;
}
.AnyTagClassName
{
color: #9DCC67;
}
</style>
background-color css
<style>
a { background-color: #9DCC67; }
a { background-color: rgb(157,204,103); }
div.DivClassName
{
background-color: #9DCC67;
}
.BgClassName
{
background-color: #9DCC67;
}
</style>
border-color css
<style>
span { border-color: #9DCC67; }
span { border-color: rgb(157,204,103); }
td.TdClassName
{
border-color: #9DCC67;
}
.TagClassName
{
border-color: #9DCC67;
}
</style>