Shades of Sushi #75A143
Tints of Sushi #75A143
RGB
CMYK
RGB Variations
Color information
#75A143 (or 0x75A143) is known color: Sushi. HEX triplet: 75, A1 and 43. RGB value is (117,161,67). Sum of RGB (Red+Green+Blue) = 117+161+67=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #75A143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A143 is #8A5EBC. Grayscale: #898989. Windows color (decimal): -9068221 or 4432245. OLE color: 4432245.
HSL color Cylindrical-coordinate representation of color #75A143: hue angle of 88.09º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75A143 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 161 | 67 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.37 |
| HSL | 88.09º | 0.41% | 0.45% | - |
| HSV(B) | 88.09º | 0.58% | 0.63% | - |
| XYZ | 21.09 | 29.68 | 9.93 | - |
| YUV | 137.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 161 | 67 | 0.27 | 0 | 0.58 | 0.37 | 88.09 | 0.41 | 0.45 |
| Hex | 75 | A1 | 43 | 1B | 0 | 3A | 25 | 58 | 29 | 2D |
| Octal | 165 | 241 | 103 | 33 | 0 | 72 | 45 | 130 | 51 | 55 |
| Binary | 1110101 | 10100001 | 1000011 | 11011 | 0 | 111010 | 100101 | 1011000 | 101001 | 101101 |
Color Harmonies of #75A143
Complementary color
Monochromatic Colors of #75A143
Black with #75A143
Text Example
Text Example
White with #75A143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A143; }
p { color: rgb(117,161,67); }
H1.HeaderClassName
{
color: #75A143;
}
.AnyTagClassName
{
color: #75A143;
}
</style>
background-color css
<style>
a { background-color: #75A143; }
a { background-color: rgb(117,161,67); }
div.DivClassName
{
background-color: #75A143;
}
.BgClassName
{
background-color: #75A143;
}
</style>
border-color css
<style>
span { border-color: #75A143; }
span { border-color: rgb(117,161,67); }
td.TdClassName
{
border-color: #75A143;
}
.TagClassName
{
border-color: #75A143;
}
</style>