Shades of Olivine #9DB26C
Tints of Olivine #9DB26C
RGB
CMYK
RGB Variations
Color information
#9DB26C (or 0x9DB26C) is known color: Olivine. HEX triplet: 9D, B2 and 6C. RGB value is (157,178,108). Sum of RGB (Red+Green+Blue) = 157+178+108=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB26C is #624D93. Grayscale: #A4A4A4. Windows color (decimal): -6442388 or 7123613. OLE color: 7123613.
HSL color Cylindrical-coordinate representation of color #9DB26C: hue angle of 78º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DB26C is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 108 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.30 |
| HSL | 78º | 0.31% | 0.56% | - |
| HSV(B) | 78º | 0.39% | 0.7% | - |
| XYZ | 32.53 | 40.09 | 20.21 | - |
| YUV | 163.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 108 | 0.12 | 0 | 0.39 | 0.30 | 78 | 0.31 | 0.56 |
| Hex | 9D | B2 | 6C | C | 0 | 27 | 1E | 4E | 1F | 38 |
| Octal | 235 | 262 | 154 | 14 | 0 | 47 | 36 | 116 | 37 | 70 |
| Binary | 10011101 | 10110010 | 1101100 | 1100 | 0 | 100111 | 11110 | 1001110 | 11111 | 111000 |
Color Harmonies of #9DB26C
Complementary color
Monochromatic Colors of #9DB26C
Black with #9DB26C
Text Example
Text Example
White with #9DB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB26C; }
p { color: rgb(157,178,108); }
H1.HeaderClassName
{
color: #9DB26C;
}
.AnyTagClassName
{
color: #9DB26C;
}
</style>
background-color css
<style>
a { background-color: #9DB26C; }
a { background-color: rgb(157,178,108); }
div.DivClassName
{
background-color: #9DB26C;
}
.BgClassName
{
background-color: #9DB26C;
}
</style>
border-color css
<style>
span { border-color: #9DB26C; }
span { border-color: rgb(157,178,108); }
td.TdClassName
{
border-color: #9DB26C;
}
.TagClassName
{
border-color: #9DB26C;
}
</style>