Shades of Granite Green #94865C
Tints of Granite Green #94865C
RGB
CMYK
RGB Variations
Color information
#94865C (or 0x94865C) is known color: Granite Green. HEX triplet: 94, 86 and 5C. RGB value is (148,134,92). Sum of RGB (Red+Green+Blue) = 148+134+92=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #94865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94865C is #6B79A3. Grayscale: #858585. Windows color (decimal): -7043492 or 6063764. OLE color: 6063764.
HSL color Cylindrical-coordinate representation of color #94865C: hue angle of 45º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94865C is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 134 | 92 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.42 |
| HSL | 45º | 0.23% | 0.47% | - |
| HSV(B) | 45º | 0.38% | 0.58% | - |
| XYZ | 22.67 | 24.12 | 13.59 | - |
| YUV | 133.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 92 | 0 | 0.09 | 0.38 | 0.42 | 45 | 0.23 | 0.47 |
| Hex | 94 | 86 | 5C | 0 | 9 | 26 | 2A | 2D | 17 | 2F |
| Octal | 224 | 206 | 134 | 0 | 11 | 46 | 52 | 55 | 27 | 57 |
| Binary | 10010100 | 10000110 | 1011100 | 0 | 1001 | 100110 | 101010 | 101101 | 10111 | 101111 |
Color Harmonies of #94865C
Complementary color
Monochromatic Colors of #94865C
Black with #94865C
Text Example
Text Example
White with #94865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94865C; }
p { color: rgb(148,134,92); }
H1.HeaderClassName
{
color: #94865C;
}
.AnyTagClassName
{
color: #94865C;
}
</style>
background-color css
<style>
a { background-color: #94865C; }
a { background-color: rgb(148,134,92); }
div.DivClassName
{
background-color: #94865C;
}
.BgClassName
{
background-color: #94865C;
}
</style>
border-color css
<style>
span { border-color: #94865C; }
span { border-color: rgb(148,134,92); }
td.TdClassName
{
border-color: #94865C;
}
.TagClassName
{
border-color: #94865C;
}
</style>