Shades of Zorba #9D908B
Tints of Zorba #9D908B
RGB
CMYK
RGB Variations
Color information
#9D908B (or 0x9D908B) is known color: Zorba. HEX triplet: 9D, 90 and 8B. RGB value is (157,144,139). Sum of RGB (Red+Green+Blue) = 157+144+139=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 157 - color contains mainly: red. Hex color #9D908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D908B is #626F74. Grayscale: #939393. Windows color (decimal): -6451061 or 9146525. OLE color: 9146525.
HSL color Cylindrical-coordinate representation of color #9D908B: hue angle of 16.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9D908B is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 139 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.38 |
| HSL | 16.67º | 0.08% | 0.58% | - |
| HSV(B) | 16.67º | 0.11% | 0.62% | - |
| XYZ | 28.54 | 28.98 | 28.52 | - |
| YUV | 147.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 139 | 0 | 0.08 | 0.11 | 0.38 | 16.67 | 0.08 | 0.58 |
| Hex | 9D | 90 | 8B | 0 | 8 | B | 26 | 11 | 8 | 3A |
| Octal | 235 | 220 | 213 | 0 | 10 | 13 | 46 | 21 | 10 | 72 |
| Binary | 10011101 | 10010000 | 10001011 | 0 | 1000 | 1011 | 100110 | 10001 | 1000 | 111010 |
Color Harmonies of #9D908B
Complementary color
Monochromatic Colors of #9D908B
Black with #9D908B
Text Example
Text Example
White with #9D908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D908B; }
p { color: rgb(157,144,139); }
H1.HeaderClassName
{
color: #9D908B;
}
.AnyTagClassName
{
color: #9D908B;
}
</style>
background-color css
<style>
a { background-color: #9D908B; }
a { background-color: rgb(157,144,139); }
div.DivClassName
{
background-color: #9D908B;
}
.BgClassName
{
background-color: #9D908B;
}
</style>
border-color css
<style>
span { border-color: #9D908B; }
span { border-color: rgb(157,144,139); }
td.TdClassName
{
border-color: #9D908B;
}
.TagClassName
{
border-color: #9D908B;
}
</style>