Shades of Zorba #9E948E
Tints of Zorba #9E948E
RGB
CMYK
RGB Variations
Color information
#9E948E (or 0x9E948E) is known color: Zorba. HEX triplet: 9E, 94 and 8E. RGB value is (158,148,142). Sum of RGB (Red+Green+Blue) = 158+148+142=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 158 - color contains mainly: red. Hex color #9E948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E948E is #616B71. Grayscale: #969696. Windows color (decimal): -6384498 or 9344158. OLE color: 9344158.
HSL color Cylindrical-coordinate representation of color #9E948E: 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 #9E948E is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 148 | 142 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.38 |
| HSL | 22.5º | 0.08% | 0.59% | - |
| HSV(B) | 22.5º | 0.1% | 0.62% | - |
| XYZ | 29.57 | 30.4 | 29.9 | - |
| YUV | 150.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 142 | 0 | 0.06 | 0.10 | 0.38 | 22.5 | 0.08 | 0.59 |
| Hex | 9E | 94 | 8E | 0 | 6 | A | 26 | 16 | 8 | 3B |
| Octal | 236 | 224 | 216 | 0 | 6 | 12 | 46 | 26 | 10 | 73 |
| Binary | 10011110 | 10010100 | 10001110 | 0 | 110 | 1010 | 100110 | 10110 | 1000 | 111011 |
Color Harmonies of #9E948E
Complementary color
Monochromatic Colors of #9E948E
Black with #9E948E
Text Example
Text Example
White with #9E948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E948E; }
p { color: rgb(158,148,142); }
H1.HeaderClassName
{
color: #9E948E;
}
.AnyTagClassName
{
color: #9E948E;
}
</style>
background-color css
<style>
a { background-color: #9E948E; }
a { background-color: rgb(158,148,142); }
div.DivClassName
{
background-color: #9E948E;
}
.BgClassName
{
background-color: #9E948E;
}
</style>
border-color css
<style>
span { border-color: #9E948E; }
span { border-color: rgb(158,148,142); }
td.TdClassName
{
border-color: #9E948E;
}
.TagClassName
{
border-color: #9E948E;
}
</style>