Shades of Sushi #76983E
Tints of Sushi #76983E
RGB
CMYK
RGB Variations
Color information
#76983E (or 0x76983E) is known color: Sushi. HEX triplet: 76, 98 and 3E. RGB value is (118,152,62). Sum of RGB (Red+Green+Blue) = 118+152+62=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #76983E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76983E is #8967C1. Grayscale: #838383. Windows color (decimal): -9004994 or 4102262. OLE color: 4102262.
HSL color Cylindrical-coordinate representation of color #76983E: hue angle of 82.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76983E is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 62 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.40 |
| HSL | 82.67º | 0.42% | 0.42% | - |
| HSV(B) | 82.67º | 0.59% | 0.6% | - |
| XYZ | 19.57 | 26.66 | 8.67 | - |
| YUV | 131.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 62 | 0.22 | 0 | 0.59 | 0.40 | 82.67 | 0.42 | 0.42 |
| Hex | 76 | 98 | 3E | 16 | 0 | 3B | 28 | 53 | 2A | 2A |
| Octal | 166 | 230 | 76 | 26 | 0 | 73 | 50 | 123 | 52 | 52 |
| Binary | 1110110 | 10011000 | 111110 | 10110 | 0 | 111011 | 101000 | 1010011 | 101010 | 101010 |
Color Harmonies of #76983E
Complementary color
Monochromatic Colors of #76983E
Black with #76983E
Text Example
Text Example
White with #76983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76983E; }
p { color: rgb(118,152,62); }
H1.HeaderClassName
{
color: #76983E;
}
.AnyTagClassName
{
color: #76983E;
}
</style>
background-color css
<style>
a { background-color: #76983E; }
a { background-color: rgb(118,152,62); }
div.DivClassName
{
background-color: #76983E;
}
.BgClassName
{
background-color: #76983E;
}
</style>
border-color css
<style>
span { border-color: #76983E; }
span { border-color: rgb(118,152,62); }
td.TdClassName
{
border-color: #76983E;
}
.TagClassName
{
border-color: #76983E;
}
</style>