Shades of Granite Green #958A67
Tints of Granite Green #958A67
RGB
CMYK
RGB Variations
Color information
#958A67 (or 0x958A67) is known color: Granite Green. HEX triplet: 95, 8A and 67. RGB value is (149,138,103). Sum of RGB (Red+Green+Blue) = 149+138+103=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #958A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A67 is #6A7598. Grayscale: #898989. Windows color (decimal): -6976921 or 6785685. OLE color: 6785685.
HSL color Cylindrical-coordinate representation of color #958A67: hue angle of 45.65º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958A67 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 103 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.42 |
| HSL | 45.65º | 0.18% | 0.49% | - |
| HSV(B) | 45.65º | 0.31% | 0.58% | - |
| XYZ | 23.93 | 25.55 | 16.5 | - |
| YUV | 137.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 103 | 0 | 0.07 | 0.31 | 0.42 | 45.65 | 0.18 | 0.49 |
| Hex | 95 | 8A | 67 | 0 | 7 | 1F | 2A | 2E | 12 | 31 |
| Octal | 225 | 212 | 147 | 0 | 7 | 37 | 52 | 56 | 22 | 61 |
| Binary | 10010101 | 10001010 | 1100111 | 0 | 111 | 11111 | 101010 | 101110 | 10010 | 110001 |
Color Harmonies of #958A67
Complementary color
Monochromatic Colors of #958A67
Black with #958A67
Text Example
Text Example
White with #958A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A67; }
p { color: rgb(149,138,103); }
H1.HeaderClassName
{
color: #958A67;
}
.AnyTagClassName
{
color: #958A67;
}
</style>
background-color css
<style>
a { background-color: #958A67; }
a { background-color: rgb(149,138,103); }
div.DivClassName
{
background-color: #958A67;
}
.BgClassName
{
background-color: #958A67;
}
</style>
border-color css
<style>
span { border-color: #958A67; }
span { border-color: rgb(149,138,103); }
td.TdClassName
{
border-color: #958A67;
}
.TagClassName
{
border-color: #958A67;
}
</style>