Shades of Olivine #9DC669
Tints of Olivine #9DC669
RGB
CMYK
RGB Variations
Color information
#9DC669 (or 0x9DC669) is known color: Olivine. HEX triplet: 9D, C6 and 69. RGB value is (157,198,105). Sum of RGB (Red+Green+Blue) = 157+198+105=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC669 is #623996. Grayscale: #AFAFAF. Windows color (decimal): -6437271 or 6932125. OLE color: 6932125.
HSL color Cylindrical-coordinate representation of color #9DC669: hue angle of 86.45º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DC669 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 105 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.22 |
| HSL | 86.45º | 0.45% | 0.59% | - |
| HSV(B) | 86.45º | 0.47% | 0.78% | - |
| XYZ | 36.65 | 48.58 | 20.81 | - |
| YUV | 175.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 105 | 0.21 | 0 | 0.47 | 0.22 | 86.45 | 0.45 | 0.59 |
| Hex | 9D | C6 | 69 | 15 | 0 | 2F | 16 | 56 | 2D | 3B |
| Octal | 235 | 306 | 151 | 25 | 0 | 57 | 26 | 126 | 55 | 73 |
| Binary | 10011101 | 11000110 | 1101001 | 10101 | 0 | 101111 | 10110 | 1010110 | 101101 | 111011 |
Color Harmonies of #9DC669
Complementary color
Monochromatic Colors of #9DC669
Black with #9DC669
Text Example
Text Example
White with #9DC669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC669; }
p { color: rgb(157,198,105); }
H1.HeaderClassName
{
color: #9DC669;
}
.AnyTagClassName
{
color: #9DC669;
}
</style>
background-color css
<style>
a { background-color: #9DC669; }
a { background-color: rgb(157,198,105); }
div.DivClassName
{
background-color: #9DC669;
}
.BgClassName
{
background-color: #9DC669;
}
</style>
border-color css
<style>
span { border-color: #9DC669; }
span { border-color: rgb(157,198,105); }
td.TdClassName
{
border-color: #9DC669;
}
.TagClassName
{
border-color: #9DC669;
}
</style>