Shades of Olivine #9DC367
Tints of Olivine #9DC367
RGB
CMYK
RGB Variations
Color information
#9DC367 (or 0x9DC367) is known color: Olivine. HEX triplet: 9D, C3 and 67. RGB value is (157,195,103). Sum of RGB (Red+Green+Blue) = 157+195+103=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC367 is #623C98. Grayscale: #ADADAD. Windows color (decimal): -6438041 or 6800285. OLE color: 6800285.
HSL color Cylindrical-coordinate representation of color #9DC367: hue angle of 84.78º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DC367 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 195 | 103 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.24 |
| HSL | 84.78º | 0.43% | 0.58% | - |
| HSV(B) | 84.78º | 0.47% | 0.76% | - |
| XYZ | 35.87 | 47.18 | 20.05 | - |
| YUV | 173.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 195 | 103 | 0.19 | 0 | 0.47 | 0.24 | 84.78 | 0.43 | 0.58 |
| Hex | 9D | C3 | 67 | 13 | 0 | 2F | 18 | 55 | 2B | 3A |
| Octal | 235 | 303 | 147 | 23 | 0 | 57 | 30 | 125 | 53 | 72 |
| Binary | 10011101 | 11000011 | 1100111 | 10011 | 0 | 101111 | 11000 | 1010101 | 101011 | 111010 |
Color Harmonies of #9DC367
Complementary color
Monochromatic Colors of #9DC367
Black with #9DC367
Text Example
Text Example
White with #9DC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC367; }
p { color: rgb(157,195,103); }
H1.HeaderClassName
{
color: #9DC367;
}
.AnyTagClassName
{
color: #9DC367;
}
</style>
background-color css
<style>
a { background-color: #9DC367; }
a { background-color: rgb(157,195,103); }
div.DivClassName
{
background-color: #9DC367;
}
.BgClassName
{
background-color: #9DC367;
}
</style>
border-color css
<style>
span { border-color: #9DC367; }
span { border-color: rgb(157,195,103); }
td.TdClassName
{
border-color: #9DC367;
}
.TagClassName
{
border-color: #9DC367;
}
</style>