Shades of Sushi #76943F
Tints of Sushi #76943F
RGB
CMYK
RGB Variations
Color information
#76943F (or 0x76943F) is known color: Sushi. HEX triplet: 76, 94 and 3F. RGB value is (118,148,63). Sum of RGB (Red+Green+Blue) = 118+148+63=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #76943F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76943F is #896BC0. Grayscale: #818181. Windows color (decimal): -9006017 or 4166774. OLE color: 4166774.
HSL color Cylindrical-coordinate representation of color #76943F: hue angle of 81.18º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76943F is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 148 | 63 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.42 |
| HSL | 81.18º | 0.4% | 0.41% | - |
| HSV(B) | 81.18º | 0.57% | 0.58% | - |
| XYZ | 18.96 | 25.39 | 8.6 | - |
| YUV | 129.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 63 | 0.20 | 0 | 0.57 | 0.42 | 81.18 | 0.4 | 0.41 |
| Hex | 76 | 94 | 3F | 14 | 0 | 39 | 2A | 51 | 28 | 29 |
| Octal | 166 | 224 | 77 | 24 | 0 | 71 | 52 | 121 | 50 | 51 |
| Binary | 1110110 | 10010100 | 111111 | 10100 | 0 | 111001 | 101010 | 1010001 | 101000 | 101001 |
Color Harmonies of #76943F
Complementary color
Monochromatic Colors of #76943F
Black with #76943F
Text Example
Text Example
White with #76943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76943F; }
p { color: rgb(118,148,63); }
H1.HeaderClassName
{
color: #76943F;
}
.AnyTagClassName
{
color: #76943F;
}
</style>
background-color css
<style>
a { background-color: #76943F; }
a { background-color: rgb(118,148,63); }
div.DivClassName
{
background-color: #76943F;
}
.BgClassName
{
background-color: #76943F;
}
</style>
border-color css
<style>
span { border-color: #76943F; }
span { border-color: rgb(118,148,63); }
td.TdClassName
{
border-color: #76943F;
}
.TagClassName
{
border-color: #76943F;
}
</style>