Shades of Sushi #75A641
Tints of Sushi #75A641
RGB
CMYK
RGB Variations
Color information
#75A641 (or 0x75A641) is known color: Sushi. HEX triplet: 75, A6 and 41. RGB value is (117,166,65). Sum of RGB (Red+Green+Blue) = 117+166+65=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 166 - color contains mainly: green. Hex color #75A641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A641 is #8A59BE. Grayscale: #8C8C8C. Windows color (decimal): -9066943 or 4302453. OLE color: 4302453.
HSL color Cylindrical-coordinate representation of color #75A641: hue angle of 89.11º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75A641 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 65 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.35 |
| HSL | 89.11º | 0.44% | 0.45% | - |
| HSV(B) | 89.11º | 0.61% | 0.65% | - |
| XYZ | 21.93 | 31.44 | 9.91 | - |
| YUV | 139.84 | 85.77 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 65 | 0.30 | 0 | 0.61 | 0.35 | 89.11 | 0.44 | 0.45 |
| Hex | 75 | A6 | 41 | 1E | 0 | 3D | 23 | 59 | 2C | 2D |
| Octal | 165 | 246 | 101 | 36 | 0 | 75 | 43 | 131 | 54 | 55 |
| Binary | 1110101 | 10100110 | 1000001 | 11110 | 0 | 111101 | 100011 | 1011001 | 101100 | 101101 |
Color Harmonies of #75A641
Complementary color
Monochromatic Colors of #75A641
Black with #75A641
Text Example
Text Example
White with #75A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A641; }
p { color: rgb(117,166,65); }
H1.HeaderClassName
{
color: #75A641;
}
.AnyTagClassName
{
color: #75A641;
}
</style>
background-color css
<style>
a { background-color: #75A641; }
a { background-color: rgb(117,166,65); }
div.DivClassName
{
background-color: #75A641;
}
.BgClassName
{
background-color: #75A641;
}
</style>
border-color css
<style>
span { border-color: #75A641; }
span { border-color: rgb(117,166,65); }
td.TdClassName
{
border-color: #75A641;
}
.TagClassName
{
border-color: #75A641;
}
</style>