Shades of Sushi #76952E
Tints of Sushi #76952E
RGB
CMYK
RGB Variations
Color information
#76952E (or 0x76952E) is known color: Sushi. HEX triplet: 76, 95 and 2E. RGB value is (118,149,46). Sum of RGB (Red+Green+Blue) = 118+149+46=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #76952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76952E is #896AD1. Grayscale: #808080. Windows color (decimal): -9005778 or 3052918. OLE color: 3052918.
HSL color Cylindrical-coordinate representation of color #76952E: hue angle of 78.06º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76952E is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 46 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.42 |
| HSL | 78.06º | 0.53% | 0.38% | - |
| HSV(B) | 78.06º | 0.69% | 0.58% | - |
| XYZ | 18.71 | 25.54 | 6.53 | - |
| YUV | 127.99 | 81.73 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 46 | 0.21 | 0 | 0.69 | 0.42 | 78.06 | 0.53 | 0.38 |
| Hex | 76 | 95 | 2E | 15 | 0 | 45 | 2A | 4E | 35 | 26 |
| Octal | 166 | 225 | 56 | 25 | 0 | 105 | 52 | 116 | 65 | 46 |
| Binary | 1110110 | 10010101 | 101110 | 10101 | 0 | 1000101 | 101010 | 1001110 | 110101 | 100110 |
Color Harmonies of #76952E
Complementary color
Monochromatic Colors of #76952E
Black with #76952E
Text Example
Text Example
White with #76952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76952E; }
p { color: rgb(118,149,46); }
H1.HeaderClassName
{
color: #76952E;
}
.AnyTagClassName
{
color: #76952E;
}
</style>
background-color css
<style>
a { background-color: #76952E; }
a { background-color: rgb(118,149,46); }
div.DivClassName
{
background-color: #76952E;
}
.BgClassName
{
background-color: #76952E;
}
</style>
border-color css
<style>
span { border-color: #76952E; }
span { border-color: rgb(118,149,46); }
td.TdClassName
{
border-color: #76952E;
}
.TagClassName
{
border-color: #76952E;
}
</style>