Shades of Granite Green #948A68
Tints of Granite Green #948A68
RGB
CMYK
RGB Variations
Color information
#948A68 (or 0x948A68) is known color: Granite Green. HEX triplet: 94, 8A and 68. RGB value is (148,138,104). Sum of RGB (Red+Green+Blue) = 148+138+104=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #948A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A68 is #6B7597. Grayscale: #898989. Windows color (decimal): -7042456 or 6851220. OLE color: 6851220.
HSL color Cylindrical-coordinate representation of color #948A68: hue angle of 46.36º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #948A68 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 138 | 104 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.42 |
| HSL | 46.36º | 0.17% | 0.49% | - |
| HSV(B) | 46.36º | 0.3% | 0.58% | - |
| XYZ | 23.8 | 25.47 | 16.76 | - |
| YUV | 137.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 104 | 0 | 0.07 | 0.30 | 0.42 | 46.36 | 0.17 | 0.49 |
| Hex | 94 | 8A | 68 | 0 | 7 | 1E | 2A | 2E | 11 | 31 |
| Octal | 224 | 212 | 150 | 0 | 7 | 36 | 52 | 56 | 21 | 61 |
| Binary | 10010100 | 10001010 | 1101000 | 0 | 111 | 11110 | 101010 | 101110 | 10001 | 110001 |
Color Harmonies of #948A68
Complementary color
Monochromatic Colors of #948A68
Black with #948A68
Text Example
Text Example
White with #948A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948A68; }
p { color: rgb(148,138,104); }
H1.HeaderClassName
{
color: #948A68;
}
.AnyTagClassName
{
color: #948A68;
}
</style>
background-color css
<style>
a { background-color: #948A68; }
a { background-color: rgb(148,138,104); }
div.DivClassName
{
background-color: #948A68;
}
.BgClassName
{
background-color: #948A68;
}
</style>
border-color css
<style>
span { border-color: #948A68; }
span { border-color: rgb(148,138,104); }
td.TdClassName
{
border-color: #948A68;
}
.TagClassName
{
border-color: #948A68;
}
</style>