Shades of Sushi #75A341
Tints of Sushi #75A341
RGB
CMYK
RGB Variations
Color information
#75A341 (or 0x75A341) is known color: Sushi. HEX triplet: 75, A3 and 41. RGB value is (117,163,65). Sum of RGB (Red+Green+Blue) = 117+163+65=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #75A341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A341 is #8A5CBE. Grayscale: #8A8A8A. Windows color (decimal): -9067711 or 4301685. OLE color: 4301685.
HSL color Cylindrical-coordinate representation of color #75A341: hue angle of 88.16º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75A341 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 163 | 65 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.36 |
| HSL | 88.16º | 0.43% | 0.45% | - |
| HSV(B) | 88.16º | 0.6% | 0.64% | - |
| XYZ | 21.39 | 30.36 | 9.73 | - |
| YUV | 138.07 | 86.76 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 65 | 0.28 | 0 | 0.60 | 0.36 | 88.16 | 0.43 | 0.45 |
| Hex | 75 | A3 | 41 | 1C | 0 | 3C | 24 | 58 | 2B | 2D |
| Octal | 165 | 243 | 101 | 34 | 0 | 74 | 44 | 130 | 53 | 55 |
| Binary | 1110101 | 10100011 | 1000001 | 11100 | 0 | 111100 | 100100 | 1011000 | 101011 | 101101 |
Color Harmonies of #75A341
Complementary color
Monochromatic Colors of #75A341
Black with #75A341
Text Example
Text Example
White with #75A341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A341; }
p { color: rgb(117,163,65); }
H1.HeaderClassName
{
color: #75A341;
}
.AnyTagClassName
{
color: #75A341;
}
</style>
background-color css
<style>
a { background-color: #75A341; }
a { background-color: rgb(117,163,65); }
div.DivClassName
{
background-color: #75A341;
}
.BgClassName
{
background-color: #75A341;
}
</style>
border-color css
<style>
span { border-color: #75A341; }
span { border-color: rgb(117,163,65); }
td.TdClassName
{
border-color: #75A341;
}
.TagClassName
{
border-color: #75A341;
}
</style>