Shades of Sushi #75A33A
Tints of Sushi #75A33A
RGB
CMYK
RGB Variations
Color information
#75A33A (or 0x75A33A) is known color: Sushi. HEX triplet: 75, A3 and 3A. RGB value is (117,163,58). Sum of RGB (Red+Green+Blue) = 117+163+58=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #75A33A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A33A is #8A5CC5. Grayscale: #898989. Windows color (decimal): -9067718 or 3842933. OLE color: 3842933.
HSL color Cylindrical-coordinate representation of color #75A33A: hue angle of 86.29º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75A33A is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 163 | 58 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.36 |
| HSL | 86.29º | 0.48% | 0.43% | - |
| HSV(B) | 86.29º | 0.64% | 0.64% | - |
| XYZ | 21.2 | 30.28 | 8.73 | - |
| YUV | 137.28 | 83.26 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 58 | 0.28 | 0 | 0.64 | 0.36 | 86.29 | 0.48 | 0.43 |
| Hex | 75 | A3 | 3A | 1C | 0 | 40 | 24 | 56 | 30 | 2B |
| Octal | 165 | 243 | 72 | 34 | 0 | 100 | 44 | 126 | 60 | 53 |
| Binary | 1110101 | 10100011 | 111010 | 11100 | 0 | 1000000 | 100100 | 1010110 | 110000 | 101011 |
Color Harmonies of #75A33A
Complementary color
Monochromatic Colors of #75A33A
Black with #75A33A
Text Example
Text Example
White with #75A33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A33A; }
p { color: rgb(117,163,58); }
H1.HeaderClassName
{
color: #75A33A;
}
.AnyTagClassName
{
color: #75A33A;
}
</style>
background-color css
<style>
a { background-color: #75A33A; }
a { background-color: rgb(117,163,58); }
div.DivClassName
{
background-color: #75A33A;
}
.BgClassName
{
background-color: #75A33A;
}
</style>
border-color css
<style>
span { border-color: #75A33A; }
span { border-color: rgb(117,163,58); }
td.TdClassName
{
border-color: #75A33A;
}
.TagClassName
{
border-color: #75A33A;
}
</style>