Shades of Zorba #9F978F
Tints of Zorba #9F978F
RGB
CMYK
RGB Variations
Color information
#9F978F (or 0x9F978F) is known color: Zorba. HEX triplet: 9F, 97 and 8F. RGB value is (159,151,143). Sum of RGB (Red+Green+Blue) = 159+151+143=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 159 - color contains mainly: red. Hex color #9F978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F978F is #606870. Grayscale: #989898. Windows color (decimal): -6318193 or 9410463. OLE color: 9410463.
HSL color Cylindrical-coordinate representation of color #9F978F: hue angle of 30º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F978F is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 143 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.38 |
| HSL | 30º | 0.08% | 0.59% | - |
| HSV(B) | 30º | 0.1% | 0.62% | - |
| XYZ | 30.32 | 31.49 | 30.47 | - |
| YUV | 152.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 143 | 0 | 0.05 | 0.10 | 0.38 | 30 | 0.08 | 0.59 |
| Hex | 9F | 97 | 8F | 0 | 5 | A | 26 | 1E | 8 | 3B |
| Octal | 237 | 227 | 217 | 0 | 5 | 12 | 46 | 36 | 10 | 73 |
| Binary | 10011111 | 10010111 | 10001111 | 0 | 101 | 1010 | 100110 | 11110 | 1000 | 111011 |
Color Harmonies of #9F978F
Complementary color
Monochromatic Colors of #9F978F
Black with #9F978F
Text Example
Text Example
White with #9F978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F978F; }
p { color: rgb(159,151,143); }
H1.HeaderClassName
{
color: #9F978F;
}
.AnyTagClassName
{
color: #9F978F;
}
</style>
background-color css
<style>
a { background-color: #9F978F; }
a { background-color: rgb(159,151,143); }
div.DivClassName
{
background-color: #9F978F;
}
.BgClassName
{
background-color: #9F978F;
}
</style>
border-color css
<style>
span { border-color: #9F978F; }
span { border-color: rgb(159,151,143); }
td.TdClassName
{
border-color: #9F978F;
}
.TagClassName
{
border-color: #9F978F;
}
</style>