Shades of Zorba #9F958F
Tints of Zorba #9F958F
RGB
CMYK
RGB Variations
Color information
#9F958F (or 0x9F958F) is known color: Zorba. HEX triplet: 9F, 95 and 8F. RGB value is (159,149,143). Sum of RGB (Red+Green+Blue) = 159+149+143=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 159 - color contains mainly: red. Hex color #9F958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F958F is #606A70. Grayscale: #979797. Windows color (decimal): -6318705 or 9409951. OLE color: 9409951.
HSL color Cylindrical-coordinate representation of color #9F958F: hue angle of 22.5º 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 #9F958F is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 143 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.38 |
| HSL | 22.5º | 0.08% | 0.59% | - |
| HSV(B) | 22.5º | 0.1% | 0.62% | - |
| XYZ | 30 | 30.85 | 30.36 | - |
| YUV | 151.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 143 | 0 | 0.06 | 0.10 | 0.38 | 22.5 | 0.08 | 0.59 |
| Hex | 9F | 95 | 8F | 0 | 6 | A | 26 | 16 | 8 | 3B |
| Octal | 237 | 225 | 217 | 0 | 6 | 12 | 46 | 26 | 10 | 73 |
| Binary | 10011111 | 10010101 | 10001111 | 0 | 110 | 1010 | 100110 | 10110 | 1000 | 111011 |
Color Harmonies of #9F958F
Complementary color
Monochromatic Colors of #9F958F
Black with #9F958F
Text Example
Text Example
White with #9F958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F958F; }
p { color: rgb(159,149,143); }
H1.HeaderClassName
{
color: #9F958F;
}
.AnyTagClassName
{
color: #9F958F;
}
</style>
background-color css
<style>
a { background-color: #9F958F; }
a { background-color: rgb(159,149,143); }
div.DivClassName
{
background-color: #9F958F;
}
.BgClassName
{
background-color: #9F958F;
}
</style>
border-color css
<style>
span { border-color: #9F958F; }
span { border-color: rgb(159,149,143); }
td.TdClassName
{
border-color: #9F958F;
}
.TagClassName
{
border-color: #9F958F;
}
</style>