Shades of Granite Green #94815F
Tints of Granite Green #94815F
RGB
CMYK
RGB Variations
Color information
#94815F (or 0x94815F) is known color: Granite Green. HEX triplet: 94, 81 and 5F. RGB value is (148,129,95). Sum of RGB (Red+Green+Blue) = 148+129+95=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #94815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94815F is #6B7EA0. Grayscale: #828282. Windows color (decimal): -7044769 or 6259092. OLE color: 6259092.
HSL color Cylindrical-coordinate representation of color #94815F: hue angle of 38.49º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94815F is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 129 | 95 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.42 |
| HSL | 38.49º | 0.22% | 0.48% | - |
| HSV(B) | 38.49º | 0.36% | 0.58% | - |
| XYZ | 22.13 | 22.82 | 14.07 | - |
| YUV | 130.81 | 107.79 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 95 | 0 | 0.13 | 0.36 | 0.42 | 38.49 | 0.22 | 0.48 |
| Hex | 94 | 81 | 5F | 0 | D | 24 | 2A | 26 | 16 | 30 |
| Octal | 224 | 201 | 137 | 0 | 15 | 44 | 52 | 46 | 26 | 60 |
| Binary | 10010100 | 10000001 | 1011111 | 0 | 1101 | 100100 | 101010 | 100110 | 10110 | 110000 |
Color Harmonies of #94815F
Complementary color
Monochromatic Colors of #94815F
Black with #94815F
Text Example
Text Example
White with #94815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94815F; }
p { color: rgb(148,129,95); }
H1.HeaderClassName
{
color: #94815F;
}
.AnyTagClassName
{
color: #94815F;
}
</style>
background-color css
<style>
a { background-color: #94815F; }
a { background-color: rgb(148,129,95); }
div.DivClassName
{
background-color: #94815F;
}
.BgClassName
{
background-color: #94815F;
}
</style>
border-color css
<style>
span { border-color: #94815F; }
span { border-color: rgb(148,129,95); }
td.TdClassName
{
border-color: #94815F;
}
.TagClassName
{
border-color: #94815F;
}
</style>