Shades of Sushi #75952E
Tints of Sushi #75952E
RGB
CMYK
RGB Variations
Color information
#75952E (or 0x75952E) is known color: Sushi. HEX triplet: 75, 95 and 2E. RGB value is (117,149,46). Sum of RGB (Red+Green+Blue) = 117+149+46=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #75952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75952E is #8A6AD1. Grayscale: #808080. Windows color (decimal): -9071314 or 3052917. OLE color: 3052917.
HSL color Cylindrical-coordinate representation of color #75952E: hue angle of 78.64º 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 #75952E is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 46 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.42 |
| HSL | 78.64º | 0.53% | 0.38% | - |
| HSV(B) | 78.64º | 0.69% | 0.58% | - |
| XYZ | 18.58 | 25.47 | 6.52 | - |
| YUV | 127.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 46 | 0.21 | 0 | 0.69 | 0.42 | 78.64 | 0.53 | 0.38 |
| Hex | 75 | 95 | 2E | 15 | 0 | 45 | 2A | 4F | 35 | 26 |
| Octal | 165 | 225 | 56 | 25 | 0 | 105 | 52 | 117 | 65 | 46 |
| Binary | 1110101 | 10010101 | 101110 | 10101 | 0 | 1000101 | 101010 | 1001111 | 110101 | 100110 |
Color Harmonies of #75952E
Complementary color
Monochromatic Colors of #75952E
Black with #75952E
Text Example
Text Example
White with #75952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75952E; }
p { color: rgb(117,149,46); }
H1.HeaderClassName
{
color: #75952E;
}
.AnyTagClassName
{
color: #75952E;
}
</style>
background-color css
<style>
a { background-color: #75952E; }
a { background-color: rgb(117,149,46); }
div.DivClassName
{
background-color: #75952E;
}
.BgClassName
{
background-color: #75952E;
}
</style>
border-color css
<style>
span { border-color: #75952E; }
span { border-color: rgb(117,149,46); }
td.TdClassName
{
border-color: #75952E;
}
.TagClassName
{
border-color: #75952E;
}
</style>