Shades of Olivine #9DC665
Tints of Olivine #9DC665
RGB
CMYK
RGB Variations
Color information
#9DC665 (or 0x9DC665) is known color: Olivine. HEX triplet: 9D, C6 and 65. RGB value is (157,198,101). Sum of RGB (Red+Green+Blue) = 157+198+101=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC665 is #62399A. Grayscale: #AFAFAF. Windows color (decimal): -6437275 or 6669981. OLE color: 6669981.
HSL color Cylindrical-coordinate representation of color #9DC665: hue angle of 85.36º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DC665 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 101 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.22 |
| HSL | 85.36º | 0.46% | 0.59% | - |
| HSV(B) | 85.36º | 0.49% | 0.78% | - |
| XYZ | 36.45 | 48.5 | 19.75 | - |
| YUV | 174.68 | 86.42 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 101 | 0.21 | 0 | 0.49 | 0.22 | 85.36 | 0.46 | 0.59 |
| Hex | 9D | C6 | 65 | 15 | 0 | 31 | 16 | 55 | 2E | 3B |
| Octal | 235 | 306 | 145 | 25 | 0 | 61 | 26 | 125 | 56 | 73 |
| Binary | 10011101 | 11000110 | 1100101 | 10101 | 0 | 110001 | 10110 | 1010101 | 101110 | 111011 |
Color Harmonies of #9DC665
Complementary color
Monochromatic Colors of #9DC665
Black with #9DC665
Text Example
Text Example
White with #9DC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC665; }
p { color: rgb(157,198,101); }
H1.HeaderClassName
{
color: #9DC665;
}
.AnyTagClassName
{
color: #9DC665;
}
</style>
background-color css
<style>
a { background-color: #9DC665; }
a { background-color: rgb(157,198,101); }
div.DivClassName
{
background-color: #9DC665;
}
.BgClassName
{
background-color: #9DC665;
}
</style>
border-color css
<style>
span { border-color: #9DC665; }
span { border-color: rgb(157,198,101); }
td.TdClassName
{
border-color: #9DC665;
}
.TagClassName
{
border-color: #9DC665;
}
</style>