Shades of Olivine #9DD06B
Tints of Olivine #9DD06B
RGB
CMYK
RGB Variations
Color information
#9DD06B (or 0x9DD06B) is known color: Olivine. HEX triplet: 9D, D0 and 6B. RGB value is (157,208,107). Sum of RGB (Red+Green+Blue) = 157+208+107=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD06B is #622F94. Grayscale: #B5B5B5. Windows color (decimal): -6434709 or 7065757. OLE color: 7065757.
HSL color Cylindrical-coordinate representation of color #9DD06B: hue angle of 90.3º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DD06B is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 107 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.18 |
| HSL | 90.3º | 0.52% | 0.62% | - |
| HSV(B) | 90.3º | 0.49% | 0.82% | - |
| XYZ | 39.11 | 53.34 | 22.14 | - |
| YUV | 181.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 107 | 0.25 | 0 | 0.49 | 0.18 | 90.3 | 0.52 | 0.62 |
| Hex | 9D | D0 | 6B | 19 | 0 | 31 | 12 | 5A | 34 | 3E |
| Octal | 235 | 320 | 153 | 31 | 0 | 61 | 22 | 132 | 64 | 76 |
| Binary | 10011101 | 11010000 | 1101011 | 11001 | 0 | 110001 | 10010 | 1011010 | 110100 | 111110 |
Color Harmonies of #9DD06B
Complementary color
Monochromatic Colors of #9DD06B
Black with #9DD06B
Text Example
Text Example
White with #9DD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD06B; }
p { color: rgb(157,208,107); }
H1.HeaderClassName
{
color: #9DD06B;
}
.AnyTagClassName
{
color: #9DD06B;
}
</style>
background-color css
<style>
a { background-color: #9DD06B; }
a { background-color: rgb(157,208,107); }
div.DivClassName
{
background-color: #9DD06B;
}
.BgClassName
{
background-color: #9DD06B;
}
</style>
border-color css
<style>
span { border-color: #9DD06B; }
span { border-color: rgb(157,208,107); }
td.TdClassName
{
border-color: #9DD06B;
}
.TagClassName
{
border-color: #9DD06B;
}
</style>