Shades of Olivine #9CB17A
Tints of Olivine #9CB17A
RGB
CMYK
RGB Variations
Color information
#9CB17A (or 0x9CB17A) is known color: Olivine. HEX triplet: 9C, B1 and 7A. RGB value is (156,177,122). Sum of RGB (Red+Green+Blue) = 156+177+122=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB17A is #634E85. Grayscale: #A4A4A4. Windows color (decimal): -6508166 or 8040860. OLE color: 8040860.
HSL color Cylindrical-coordinate representation of color #9CB17A: hue angle of 82.91º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CB17A is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 122 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.31 |
| HSL | 82.91º | 0.26% | 0.59% | - |
| HSV(B) | 82.91º | 0.31% | 0.69% | - |
| XYZ | 32.95 | 39.92 | 24.38 | - |
| YUV | 164.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 122 | 0.12 | 0 | 0.31 | 0.31 | 82.91 | 0.26 | 0.59 |
| Hex | 9C | B1 | 7A | C | 0 | 1F | 1F | 53 | 1A | 3B |
| Octal | 234 | 261 | 172 | 14 | 0 | 37 | 37 | 123 | 32 | 73 |
| Binary | 10011100 | 10110001 | 1111010 | 1100 | 0 | 11111 | 11111 | 1010011 | 11010 | 111011 |
Color Harmonies of #9CB17A
Complementary color
Monochromatic Colors of #9CB17A
Black with #9CB17A
Text Example
Text Example
White with #9CB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB17A; }
p { color: rgb(156,177,122); }
H1.HeaderClassName
{
color: #9CB17A;
}
.AnyTagClassName
{
color: #9CB17A;
}
</style>
background-color css
<style>
a { background-color: #9CB17A; }
a { background-color: rgb(156,177,122); }
div.DivClassName
{
background-color: #9CB17A;
}
.BgClassName
{
background-color: #9CB17A;
}
</style>
border-color css
<style>
span { border-color: #9CB17A; }
span { border-color: rgb(156,177,122); }
td.TdClassName
{
border-color: #9CB17A;
}
.TagClassName
{
border-color: #9CB17A;
}
</style>