Shades of Sushi #75A83C
Tints of Sushi #75A83C
RGB
CMYK
RGB Variations
Color information
#75A83C (or 0x75A83C) is known color: Sushi. HEX triplet: 75, A8 and 3C. RGB value is (117,168,60). Sum of RGB (Red+Green+Blue) = 117+168+60=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #75A83C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A83C is #8A57C3. Grayscale: #8C8C8C. Windows color (decimal): -9066436 or 3975285. OLE color: 3975285.
HSL color Cylindrical-coordinate representation of color #75A83C: hue angle of 88.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75A83C is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 168 | 60 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.34 |
| HSL | 88.33º | 0.47% | 0.45% | - |
| HSV(B) | 88.33º | 0.64% | 0.66% | - |
| XYZ | 22.15 | 32.11 | 9.31 | - |
| YUV | 140.44 | 82.6 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 60 | 0.30 | 0 | 0.64 | 0.34 | 88.33 | 0.47 | 0.45 |
| Hex | 75 | A8 | 3C | 1E | 0 | 40 | 22 | 58 | 2F | 2D |
| Octal | 165 | 250 | 74 | 36 | 0 | 100 | 42 | 130 | 57 | 55 |
| Binary | 1110101 | 10101000 | 111100 | 11110 | 0 | 1000000 | 100010 | 1011000 | 101111 | 101101 |
Color Harmonies of #75A83C
Complementary color
Monochromatic Colors of #75A83C
Black with #75A83C
Text Example
Text Example
White with #75A83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A83C; }
p { color: rgb(117,168,60); }
H1.HeaderClassName
{
color: #75A83C;
}
.AnyTagClassName
{
color: #75A83C;
}
</style>
background-color css
<style>
a { background-color: #75A83C; }
a { background-color: rgb(117,168,60); }
div.DivClassName
{
background-color: #75A83C;
}
.BgClassName
{
background-color: #75A83C;
}
</style>
border-color css
<style>
span { border-color: #75A83C; }
span { border-color: rgb(117,168,60); }
td.TdClassName
{
border-color: #75A83C;
}
.TagClassName
{
border-color: #75A83C;
}
</style>