Shades of Olivine #9DCA6B
Tints of Olivine #9DCA6B
RGB
CMYK
RGB Variations
Color information
#9DCA6B (or 0x9DCA6B) is known color: Olivine. HEX triplet: 9D, CA and 6B. RGB value is (157,202,107). Sum of RGB (Red+Green+Blue) = 157+202+107=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCA6B is #623594. Grayscale: #B2B2B2. Windows color (decimal): -6436245 or 7064221. OLE color: 7064221.
HSL color Cylindrical-coordinate representation of color #9DCA6B: hue angle of 88.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DCA6B is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 107 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.21 |
| HSL | 88.42º | 0.47% | 0.61% | - |
| HSV(B) | 88.42º | 0.47% | 0.79% | - |
| XYZ | 37.68 | 50.47 | 21.67 | - |
| YUV | 177.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 107 | 0.22 | 0 | 0.47 | 0.21 | 88.42 | 0.47 | 0.61 |
| Hex | 9D | CA | 6B | 16 | 0 | 2F | 15 | 58 | 2F | 3D |
| Octal | 235 | 312 | 153 | 26 | 0 | 57 | 25 | 130 | 57 | 75 |
| Binary | 10011101 | 11001010 | 1101011 | 10110 | 0 | 101111 | 10101 | 1011000 | 101111 | 111101 |
Color Harmonies of #9DCA6B
Complementary color
Monochromatic Colors of #9DCA6B
Black with #9DCA6B
Text Example
Text Example
White with #9DCA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCA6B; }
p { color: rgb(157,202,107); }
H1.HeaderClassName
{
color: #9DCA6B;
}
.AnyTagClassName
{
color: #9DCA6B;
}
</style>
background-color css
<style>
a { background-color: #9DCA6B; }
a { background-color: rgb(157,202,107); }
div.DivClassName
{
background-color: #9DCA6B;
}
.BgClassName
{
background-color: #9DCA6B;
}
</style>
border-color css
<style>
span { border-color: #9DCA6B; }
span { border-color: rgb(157,202,107); }
td.TdClassName
{
border-color: #9DCA6B;
}
.TagClassName
{
border-color: #9DCA6B;
}
</style>