Shades of Olivine #9CAE7A
Tints of Olivine #9CAE7A
RGB
CMYK
RGB Variations
Color information
#9CAE7A (or 0x9CAE7A) is known color: Olivine. HEX triplet: 9C, AE and 7A. RGB value is (156,174,122). Sum of RGB (Red+Green+Blue) = 156+174+122=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAE7A is #635185. Grayscale: #A2A2A2. Windows color (decimal): -6508934 or 8040092. OLE color: 8040092.
HSL color Cylindrical-coordinate representation of color #9CAE7A: hue angle of 80.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CAE7A is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 122 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.32 |
| HSL | 80.77º | 0.24% | 0.58% | - |
| HSV(B) | 80.77º | 0.3% | 0.68% | - |
| XYZ | 32.36 | 38.75 | 24.19 | - |
| YUV | 162.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 122 | 0.10 | 0 | 0.30 | 0.32 | 80.77 | 0.24 | 0.58 |
| Hex | 9C | AE | 7A | A | 0 | 1E | 20 | 51 | 18 | 3A |
| Octal | 234 | 256 | 172 | 12 | 0 | 36 | 40 | 121 | 30 | 72 |
| Binary | 10011100 | 10101110 | 1111010 | 1010 | 0 | 11110 | 100000 | 1010001 | 11000 | 111010 |
Color Harmonies of #9CAE7A
Complementary color
Monochromatic Colors of #9CAE7A
Black with #9CAE7A
Text Example
Text Example
White with #9CAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE7A; }
p { color: rgb(156,174,122); }
H1.HeaderClassName
{
color: #9CAE7A;
}
.AnyTagClassName
{
color: #9CAE7A;
}
</style>
background-color css
<style>
a { background-color: #9CAE7A; }
a { background-color: rgb(156,174,122); }
div.DivClassName
{
background-color: #9CAE7A;
}
.BgClassName
{
background-color: #9CAE7A;
}
</style>
border-color css
<style>
span { border-color: #9CAE7A; }
span { border-color: rgb(156,174,122); }
td.TdClassName
{
border-color: #9CAE7A;
}
.TagClassName
{
border-color: #9CAE7A;
}
</style>