Shades of Sushi #75953F
Tints of Sushi #75953F
RGB
CMYK
RGB Variations
Color information
#75953F (or 0x75953F) is known color: Sushi. HEX triplet: 75, 95 and 3F. RGB value is (117,149,63). Sum of RGB (Red+Green+Blue) = 117+149+63=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #75953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75953F is #8A6AC0. Grayscale: #818181. Windows color (decimal): -9071297 or 4167029. OLE color: 4167029.
HSL color Cylindrical-coordinate representation of color #75953F: hue angle of 82.33º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75953F is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 63 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.42 |
| HSL | 82.33º | 0.41% | 0.42% | - |
| HSV(B) | 82.33º | 0.58% | 0.58% | - |
| XYZ | 18.98 | 25.64 | 8.65 | - |
| YUV | 129.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 63 | 0.21 | 0 | 0.58 | 0.42 | 82.33 | 0.41 | 0.42 |
| Hex | 75 | 95 | 3F | 15 | 0 | 3A | 2A | 52 | 29 | 2A |
| Octal | 165 | 225 | 77 | 25 | 0 | 72 | 52 | 122 | 51 | 52 |
| Binary | 1110101 | 10010101 | 111111 | 10101 | 0 | 111010 | 101010 | 1010010 | 101001 | 101010 |
Color Harmonies of #75953F
Complementary color
Monochromatic Colors of #75953F
Black with #75953F
Text Example
Text Example
White with #75953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75953F; }
p { color: rgb(117,149,63); }
H1.HeaderClassName
{
color: #75953F;
}
.AnyTagClassName
{
color: #75953F;
}
</style>
background-color css
<style>
a { background-color: #75953F; }
a { background-color: rgb(117,149,63); }
div.DivClassName
{
background-color: #75953F;
}
.BgClassName
{
background-color: #75953F;
}
</style>
border-color css
<style>
span { border-color: #75953F; }
span { border-color: rgb(117,149,63); }
td.TdClassName
{
border-color: #75953F;
}
.TagClassName
{
border-color: #75953F;
}
</style>