Shades of Sushi #76913B
Tints of Sushi #76913B
RGB
CMYK
RGB Variations
Color information
#76913B (or 0x76913B) is known color: Sushi. HEX triplet: 76, 91 and 3B. RGB value is (118,145,59). Sum of RGB (Red+Green+Blue) = 118+145+59=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #76913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76913B is #896EC4. Grayscale: #7F7F7F. Windows color (decimal): -9006789 or 3903862. OLE color: 3903862.
HSL color Cylindrical-coordinate representation of color #76913B: hue angle of 78.84º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76913B is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 145 | 59 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.43 |
| HSL | 78.84º | 0.42% | 0.4% | - |
| HSV(B) | 78.84º | 0.59% | 0.57% | - |
| XYZ | 18.39 | 24.42 | 7.88 | - |
| YUV | 127.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 59 | 0.19 | 0 | 0.59 | 0.43 | 78.84 | 0.42 | 0.4 |
| Hex | 76 | 91 | 3B | 13 | 0 | 3B | 2B | 4F | 2A | 28 |
| Octal | 166 | 221 | 73 | 23 | 0 | 73 | 53 | 117 | 52 | 50 |
| Binary | 1110110 | 10010001 | 111011 | 10011 | 0 | 111011 | 101011 | 1001111 | 101010 | 101000 |
Color Harmonies of #76913B
Complementary color
Monochromatic Colors of #76913B
Black with #76913B
Text Example
Text Example
White with #76913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76913B; }
p { color: rgb(118,145,59); }
H1.HeaderClassName
{
color: #76913B;
}
.AnyTagClassName
{
color: #76913B;
}
</style>
background-color css
<style>
a { background-color: #76913B; }
a { background-color: rgb(118,145,59); }
div.DivClassName
{
background-color: #76913B;
}
.BgClassName
{
background-color: #76913B;
}
</style>
border-color css
<style>
span { border-color: #76913B; }
span { border-color: rgb(118,145,59); }
td.TdClassName
{
border-color: #76913B;
}
.TagClassName
{
border-color: #76913B;
}
</style>