Shades of Olivine #9CAE7F
Tints of Olivine #9CAE7F
RGB
CMYK
RGB Variations
Color information
#9CAE7F (or 0x9CAE7F) is known color: Olivine. HEX triplet: 9C, AE and 7F. RGB value is (156,174,127). Sum of RGB (Red+Green+Blue) = 156+174+127=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAE7F is #635180. Grayscale: #A3A3A3. Windows color (decimal): -6508929 or 8367772. OLE color: 8367772.
HSL color Cylindrical-coordinate representation of color #9CAE7F: hue angle of 82.98º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CAE7F is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 127 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.32 |
| HSL | 82.98º | 0.22% | 0.59% | - |
| HSV(B) | 82.98º | 0.27% | 0.68% | - |
| XYZ | 32.68 | 38.87 | 25.86 | - |
| YUV | 163.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 127 | 0.10 | 0 | 0.27 | 0.32 | 82.98 | 0.22 | 0.59 |
| Hex | 9C | AE | 7F | A | 0 | 1B | 20 | 53 | 16 | 3B |
| Octal | 234 | 256 | 177 | 12 | 0 | 33 | 40 | 123 | 26 | 73 |
| Binary | 10011100 | 10101110 | 1111111 | 1010 | 0 | 11011 | 100000 | 1010011 | 10110 | 111011 |
Color Harmonies of #9CAE7F
Complementary color
Monochromatic Colors of #9CAE7F
Black with #9CAE7F
Text Example
Text Example
White with #9CAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE7F; }
p { color: rgb(156,174,127); }
H1.HeaderClassName
{
color: #9CAE7F;
}
.AnyTagClassName
{
color: #9CAE7F;
}
</style>
background-color css
<style>
a { background-color: #9CAE7F; }
a { background-color: rgb(156,174,127); }
div.DivClassName
{
background-color: #9CAE7F;
}
.BgClassName
{
background-color: #9CAE7F;
}
</style>
border-color css
<style>
span { border-color: #9CAE7F; }
span { border-color: rgb(156,174,127); }
td.TdClassName
{
border-color: #9CAE7F;
}
.TagClassName
{
border-color: #9CAE7F;
}
</style>