Shades of Hemlock #767941
Tints of Hemlock #767941
RGB
CMYK
RGB Variations
Color information
#767941 (or 0x767941) is known color: Hemlock. HEX triplet: 76, 79 and 41. RGB value is (118,121,65). Sum of RGB (Red+Green+Blue) = 118+121+65=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #767941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767941 is #8986BE. Grayscale: #717171. Windows color (decimal): -9012927 or 4290934. OLE color: 4290934.
HSL color Cylindrical-coordinate representation of color #767941: hue angle of 63.21º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #767941 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 65 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.53 |
| HSL | 63.21º | 0.3% | 0.36% | - |
| HSV(B) | 63.21º | 0.46% | 0.47% | - |
| XYZ | 15.26 | 17.91 | 7.65 | - |
| YUV | 113.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 65 | 0.02 | 0 | 0.46 | 0.53 | 63.21 | 0.3 | 0.36 |
| Hex | 76 | 79 | 41 | 2 | 0 | 2E | 35 | 3F | 1E | 24 |
| Octal | 166 | 171 | 101 | 2 | 0 | 56 | 65 | 77 | 36 | 44 |
| Binary | 1110110 | 1111001 | 1000001 | 10 | 0 | 101110 | 110101 | 111111 | 11110 | 100100 |
Color Harmonies of #767941
Complementary color
Monochromatic Colors of #767941
Black with #767941
Text Example
Text Example
White with #767941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767941; }
p { color: rgb(118,121,65); }
H1.HeaderClassName
{
color: #767941;
}
.AnyTagClassName
{
color: #767941;
}
</style>
background-color css
<style>
a { background-color: #767941; }
a { background-color: rgb(118,121,65); }
div.DivClassName
{
background-color: #767941;
}
.BgClassName
{
background-color: #767941;
}
</style>
border-color css
<style>
span { border-color: #767941; }
span { border-color: rgb(118,121,65); }
td.TdClassName
{
border-color: #767941;
}
.TagClassName
{
border-color: #767941;
}
</style>