Shades of Olivine #9DC967
Tints of Olivine #9DC967
RGB
CMYK
RGB Variations
Color information
#9DC967 (or 0x9DC967) is known color: Olivine. HEX triplet: 9D, C9 and 67. RGB value is (157,201,103). Sum of RGB (Red+Green+Blue) = 157+201+103=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC967 is #623698. Grayscale: #B1B1B1. Windows color (decimal): -6436505 or 6801821. OLE color: 6801821.
HSL color Cylindrical-coordinate representation of color #9DC967: hue angle of 86.94º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DC967 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 103 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.21 |
| HSL | 86.94º | 0.48% | 0.6% | - |
| HSV(B) | 86.94º | 0.49% | 0.79% | - |
| XYZ | 37.24 | 49.92 | 20.5 | - |
| YUV | 176.67 | 86.42 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 103 | 0.22 | 0 | 0.49 | 0.21 | 86.94 | 0.48 | 0.6 |
| Hex | 9D | C9 | 67 | 16 | 0 | 31 | 15 | 57 | 30 | 3C |
| Octal | 235 | 311 | 147 | 26 | 0 | 61 | 25 | 127 | 60 | 74 |
| Binary | 10011101 | 11001001 | 1100111 | 10110 | 0 | 110001 | 10101 | 1010111 | 110000 | 111100 |
Color Harmonies of #9DC967
Complementary color
Monochromatic Colors of #9DC967
Black with #9DC967
Text Example
Text Example
White with #9DC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC967; }
p { color: rgb(157,201,103); }
H1.HeaderClassName
{
color: #9DC967;
}
.AnyTagClassName
{
color: #9DC967;
}
</style>
background-color css
<style>
a { background-color: #9DC967; }
a { background-color: rgb(157,201,103); }
div.DivClassName
{
background-color: #9DC967;
}
.BgClassName
{
background-color: #9DC967;
}
</style>
border-color css
<style>
span { border-color: #9DC967; }
span { border-color: rgb(157,201,103); }
td.TdClassName
{
border-color: #9DC967;
}
.TagClassName
{
border-color: #9DC967;
}
</style>