Shades of Delta #9CA78E
Tints of Delta #9CA78E
RGB
CMYK
RGB Variations
Color information
#9CA78E (or 0x9CA78E) is known color: Delta. HEX triplet: 9C, A7 and 8E. RGB value is (156,167,142). Sum of RGB (Red+Green+Blue) = 156+167+142=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA78E is #635871. Grayscale: #A0A0A0. Windows color (decimal): -6510706 or 9349020. OLE color: 9349020.
HSL color Cylindrical-coordinate representation of color #9CA78E: hue angle of 86.4º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CA78E is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 142 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.35 |
| HSL | 86.4º | 0.12% | 0.61% | - |
| HSV(B) | 86.4º | 0.15% | 0.65% | - |
| XYZ | 32.41 | 36.66 | 30.96 | - |
| YUV | 160.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 142 | 0.07 | 0 | 0.15 | 0.35 | 86.4 | 0.12 | 0.61 |
| Hex | 9C | A7 | 8E | 7 | 0 | F | 23 | 56 | C | 3D |
| Octal | 234 | 247 | 216 | 7 | 0 | 17 | 43 | 126 | 14 | 75 |
| Binary | 10011100 | 10100111 | 10001110 | 111 | 0 | 1111 | 100011 | 1010110 | 1100 | 111101 |
Color Harmonies of #9CA78E
Complementary color
Monochromatic Colors of #9CA78E
Black with #9CA78E
Text Example
Text Example
White with #9CA78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA78E; }
p { color: rgb(156,167,142); }
H1.HeaderClassName
{
color: #9CA78E;
}
.AnyTagClassName
{
color: #9CA78E;
}
</style>
background-color css
<style>
a { background-color: #9CA78E; }
a { background-color: rgb(156,167,142); }
div.DivClassName
{
background-color: #9CA78E;
}
.BgClassName
{
background-color: #9CA78E;
}
</style>
border-color css
<style>
span { border-color: #9CA78E; }
span { border-color: rgb(156,167,142); }
td.TdClassName
{
border-color: #9CA78E;
}
.TagClassName
{
border-color: #9CA78E;
}
</style>