Shades of Sushi #75942C
Tints of Sushi #75942C
RGB
CMYK
RGB Variations
Color information
#75942C (or 0x75942C) is known color: Sushi. HEX triplet: 75, 94 and 2C. RGB value is (117,148,44). Sum of RGB (Red+Green+Blue) = 117+148+44=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #75942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75942C is #8A6BD3. Grayscale: #7F7F7F. Windows color (decimal): -9071572 or 2921589. OLE color: 2921589.
HSL color Cylindrical-coordinate representation of color #75942C: hue angle of 77.88º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75942C is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 148 | 44 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.42 |
| HSL | 77.88º | 0.54% | 0.38% | - |
| HSV(B) | 77.88º | 0.7% | 0.58% | - |
| XYZ | 18.38 | 25.14 | 6.27 | - |
| YUV | 126.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 148 | 44 | 0.21 | 0 | 0.70 | 0.42 | 77.88 | 0.54 | 0.38 |
| Hex | 75 | 94 | 2C | 15 | 0 | 46 | 2A | 4E | 36 | 26 |
| Octal | 165 | 224 | 54 | 25 | 0 | 106 | 52 | 116 | 66 | 46 |
| Binary | 1110101 | 10010100 | 101100 | 10101 | 0 | 1000110 | 101010 | 1001110 | 110110 | 100110 |
Color Harmonies of #75942C
Complementary color
Monochromatic Colors of #75942C
Black with #75942C
Text Example
Text Example
White with #75942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75942C; }
p { color: rgb(117,148,44); }
H1.HeaderClassName
{
color: #75942C;
}
.AnyTagClassName
{
color: #75942C;
}
</style>
background-color css
<style>
a { background-color: #75942C; }
a { background-color: rgb(117,148,44); }
div.DivClassName
{
background-color: #75942C;
}
.BgClassName
{
background-color: #75942C;
}
</style>
border-color css
<style>
span { border-color: #75942C; }
span { border-color: rgb(117,148,44); }
td.TdClassName
{
border-color: #75942C;
}
.TagClassName
{
border-color: #75942C;
}
</style>