Shades of Sushi #76973E
Tints of Sushi #76973E
RGB
CMYK
RGB Variations
Color information
#76973E (or 0x76973E) is known color: Sushi. HEX triplet: 76, 97 and 3E. RGB value is (118,151,62). Sum of RGB (Red+Green+Blue) = 118+151+62=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #76973E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76973E is #8968C1. Grayscale: #838383. Windows color (decimal): -9005250 or 4102006. OLE color: 4102006.
HSL color Cylindrical-coordinate representation of color #76973E: hue angle of 82.25º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76973E is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 62 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.41 |
| HSL | 82.25º | 0.42% | 0.42% | - |
| HSV(B) | 82.25º | 0.59% | 0.59% | - |
| XYZ | 19.41 | 26.33 | 8.62 | - |
| YUV | 130.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 62 | 0.22 | 0 | 0.59 | 0.41 | 82.25 | 0.42 | 0.42 |
| Hex | 76 | 97 | 3E | 16 | 0 | 3B | 29 | 52 | 2A | 2A |
| Octal | 166 | 227 | 76 | 26 | 0 | 73 | 51 | 122 | 52 | 52 |
| Binary | 1110110 | 10010111 | 111110 | 10110 | 0 | 111011 | 101001 | 1010010 | 101010 | 101010 |
Color Harmonies of #76973E
Complementary color
Monochromatic Colors of #76973E
Black with #76973E
Text Example
Text Example
White with #76973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76973E; }
p { color: rgb(118,151,62); }
H1.HeaderClassName
{
color: #76973E;
}
.AnyTagClassName
{
color: #76973E;
}
</style>
background-color css
<style>
a { background-color: #76973E; }
a { background-color: rgb(118,151,62); }
div.DivClassName
{
background-color: #76973E;
}
.BgClassName
{
background-color: #76973E;
}
</style>
border-color css
<style>
span { border-color: #76973E; }
span { border-color: rgb(118,151,62); }
td.TdClassName
{
border-color: #76973E;
}
.TagClassName
{
border-color: #76973E;
}
</style>