Shades of Sushi #75972E
Tints of Sushi #75972E
RGB
CMYK
RGB Variations
Color information
#75972E (or 0x75972E) is known color: Sushi. HEX triplet: 75, 97 and 2E. RGB value is (117,151,46). Sum of RGB (Red+Green+Blue) = 117+151+46=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #75972E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75972E is #8A68D1. Grayscale: #818181. Windows color (decimal): -9070802 or 3053429. OLE color: 3053429.
HSL color Cylindrical-coordinate representation of color #75972E: hue angle of 79.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75972E is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 151 | 46 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.41 |
| HSL | 79.43º | 0.53% | 0.39% | - |
| HSV(B) | 79.43º | 0.7% | 0.59% | - |
| XYZ | 18.9 | 26.11 | 6.63 | - |
| YUV | 128.86 | 81.24 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 46 | 0.23 | 0 | 0.70 | 0.41 | 79.43 | 0.53 | 0.39 |
| Hex | 75 | 97 | 2E | 17 | 0 | 46 | 29 | 4F | 35 | 27 |
| Octal | 165 | 227 | 56 | 27 | 0 | 106 | 51 | 117 | 65 | 47 |
| Binary | 1110101 | 10010111 | 101110 | 10111 | 0 | 1000110 | 101001 | 1001111 | 110101 | 100111 |
Color Harmonies of #75972E
Complementary color
Monochromatic Colors of #75972E
Black with #75972E
Text Example
Text Example
White with #75972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75972E; }
p { color: rgb(117,151,46); }
H1.HeaderClassName
{
color: #75972E;
}
.AnyTagClassName
{
color: #75972E;
}
</style>
background-color css
<style>
a { background-color: #75972E; }
a { background-color: rgb(117,151,46); }
div.DivClassName
{
background-color: #75972E;
}
.BgClassName
{
background-color: #75972E;
}
</style>
border-color css
<style>
span { border-color: #75972E; }
span { border-color: rgb(117,151,46); }
td.TdClassName
{
border-color: #75972E;
}
.TagClassName
{
border-color: #75972E;
}
</style>