Shades of Sushi #75913C
Tints of Sushi #75913C
RGB
CMYK
RGB Variations
Color information
#75913C (or 0x75913C) is known color: Sushi. HEX triplet: 75, 91 and 3C. RGB value is (117,145,60). Sum of RGB (Red+Green+Blue) = 117+145+60=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #75913C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75913C is #8A6EC3. Grayscale: #7F7F7F. Windows color (decimal): -9072324 or 3969397. OLE color: 3969397.
HSL color Cylindrical-coordinate representation of color #75913C: hue angle of 79.76º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75913C is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 60 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.43 |
| HSL | 79.76º | 0.41% | 0.4% | - |
| HSV(B) | 79.76º | 0.59% | 0.57% | - |
| XYZ | 18.28 | 24.36 | 8.01 | - |
| YUV | 126.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 60 | 0.19 | 0 | 0.59 | 0.43 | 79.76 | 0.41 | 0.4 |
| Hex | 75 | 91 | 3C | 13 | 0 | 3B | 2B | 50 | 29 | 28 |
| Octal | 165 | 221 | 74 | 23 | 0 | 73 | 53 | 120 | 51 | 50 |
| Binary | 1110101 | 10010001 | 111100 | 10011 | 0 | 111011 | 101011 | 1010000 | 101001 | 101000 |
Color Harmonies of #75913C
Complementary color
Monochromatic Colors of #75913C
Black with #75913C
Text Example
Text Example
White with #75913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75913C; }
p { color: rgb(117,145,60); }
H1.HeaderClassName
{
color: #75913C;
}
.AnyTagClassName
{
color: #75913C;
}
</style>
background-color css
<style>
a { background-color: #75913C; }
a { background-color: rgb(117,145,60); }
div.DivClassName
{
background-color: #75913C;
}
.BgClassName
{
background-color: #75913C;
}
</style>
border-color css
<style>
span { border-color: #75913C; }
span { border-color: rgb(117,145,60); }
td.TdClassName
{
border-color: #75913C;
}
.TagClassName
{
border-color: #75913C;
}
</style>