Shades of Sushi #75993F
Tints of Sushi #75993F
RGB
CMYK
RGB Variations
Color information
#75993F (or 0x75993F) is known color: Sushi. HEX triplet: 75, 99 and 3F. RGB value is (117,153,63). Sum of RGB (Red+Green+Blue) = 117+153+63=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #75993F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75993F is #8A66C0. Grayscale: #848484. Windows color (decimal): -9070273 or 4168053. OLE color: 4168053.
HSL color Cylindrical-coordinate representation of color #75993F: hue angle of 84º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75993F is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 63 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.4 |
| HSL | 84º | 0.42% | 0.42% | - |
| HSV(B) | 84º | 0.59% | 0.6% | - |
| XYZ | 19.62 | 26.92 | 8.87 | - |
| YUV | 131.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 63 | 0.24 | 0 | 0.59 | 0.4 | 84 | 0.42 | 0.42 |
| Hex | 75 | 99 | 3F | 18 | 0 | 3B | 28 | 54 | 2A | 2A |
| Octal | 165 | 231 | 77 | 30 | 0 | 73 | 50 | 124 | 52 | 52 |
| Binary | 1110101 | 10011001 | 111111 | 11000 | 0 | 111011 | 101000 | 1010100 | 101010 | 101010 |
Color Harmonies of #75993F
Complementary color
Monochromatic Colors of #75993F
Black with #75993F
Text Example
Text Example
White with #75993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75993F; }
p { color: rgb(117,153,63); }
H1.HeaderClassName
{
color: #75993F;
}
.AnyTagClassName
{
color: #75993F;
}
</style>
background-color css
<style>
a { background-color: #75993F; }
a { background-color: rgb(117,153,63); }
div.DivClassName
{
background-color: #75993F;
}
.BgClassName
{
background-color: #75993F;
}
</style>
border-color css
<style>
span { border-color: #75993F; }
span { border-color: rgb(117,153,63); }
td.TdClassName
{
border-color: #75993F;
}
.TagClassName
{
border-color: #75993F;
}
</style>