Shades of Olivine #9CAE7B
Tints of Olivine #9CAE7B
RGB
CMYK
RGB Variations
Color information
#9CAE7B (or 0x9CAE7B) is known color: Olivine. HEX triplet: 9C, AE and 7B. RGB value is (156,174,123). Sum of RGB (Red+Green+Blue) = 156+174+123=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAE7B is #635184. Grayscale: #A2A2A2. Windows color (decimal): -6508933 or 8105628. OLE color: 8105628.
HSL color Cylindrical-coordinate representation of color #9CAE7B: hue angle of 81.18º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CAE7B is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 123 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.32 |
| HSL | 81.18º | 0.24% | 0.58% | - |
| HSV(B) | 81.18º | 0.29% | 0.68% | - |
| XYZ | 32.42 | 38.77 | 24.51 | - |
| YUV | 162.8 | 105.54 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 123 | 0.10 | 0 | 0.29 | 0.32 | 81.18 | 0.24 | 0.58 |
| Hex | 9C | AE | 7B | A | 0 | 1D | 20 | 51 | 18 | 3A |
| Octal | 234 | 256 | 173 | 12 | 0 | 35 | 40 | 121 | 30 | 72 |
| Binary | 10011100 | 10101110 | 1111011 | 1010 | 0 | 11101 | 100000 | 1010001 | 11000 | 111010 |
Color Harmonies of #9CAE7B
Complementary color
Monochromatic Colors of #9CAE7B
Black with #9CAE7B
Text Example
Text Example
White with #9CAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE7B; }
p { color: rgb(156,174,123); }
H1.HeaderClassName
{
color: #9CAE7B;
}
.AnyTagClassName
{
color: #9CAE7B;
}
</style>
background-color css
<style>
a { background-color: #9CAE7B; }
a { background-color: rgb(156,174,123); }
div.DivClassName
{
background-color: #9CAE7B;
}
.BgClassName
{
background-color: #9CAE7B;
}
</style>
border-color css
<style>
span { border-color: #9CAE7B; }
span { border-color: rgb(156,174,123); }
td.TdClassName
{
border-color: #9CAE7B;
}
.TagClassName
{
border-color: #9CAE7B;
}
</style>