Shades of Sushi #76932F
Tints of Sushi #76932F
RGB
CMYK
RGB Variations
Color information
#76932F (or 0x76932F) is known color: Sushi. HEX triplet: 76, 93 and 2F. RGB value is (118,147,47). Sum of RGB (Red+Green+Blue) = 118+147+47=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #76932F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76932F is #896CD0. Grayscale: #7F7F7F. Windows color (decimal): -9006289 or 3117942. OLE color: 3117942.
HSL color Cylindrical-coordinate representation of color #76932F: hue angle of 77.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76932F is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 47 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.42 |
| HSL | 77.4º | 0.52% | 0.38% | - |
| HSV(B) | 77.4º | 0.68% | 0.58% | - |
| XYZ | 18.42 | 24.92 | 6.53 | - |
| YUV | 126.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 47 | 0.20 | 0 | 0.68 | 0.42 | 77.4 | 0.52 | 0.38 |
| Hex | 76 | 93 | 2F | 14 | 0 | 44 | 2A | 4D | 34 | 26 |
| Octal | 166 | 223 | 57 | 24 | 0 | 104 | 52 | 115 | 64 | 46 |
| Binary | 1110110 | 10010011 | 101111 | 10100 | 0 | 1000100 | 101010 | 1001101 | 110100 | 100110 |
Color Harmonies of #76932F
Complementary color
Monochromatic Colors of #76932F
Black with #76932F
Text Example
Text Example
White with #76932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76932F; }
p { color: rgb(118,147,47); }
H1.HeaderClassName
{
color: #76932F;
}
.AnyTagClassName
{
color: #76932F;
}
</style>
background-color css
<style>
a { background-color: #76932F; }
a { background-color: rgb(118,147,47); }
div.DivClassName
{
background-color: #76932F;
}
.BgClassName
{
background-color: #76932F;
}
</style>
border-color css
<style>
span { border-color: #76932F; }
span { border-color: rgb(118,147,47); }
td.TdClassName
{
border-color: #76932F;
}
.TagClassName
{
border-color: #76932F;
}
</style>