Shades of Sushi #75933E
Tints of Sushi #75933E
RGB
CMYK
RGB Variations
Color information
#75933E (or 0x75933E) is known color: Sushi. HEX triplet: 75, 93 and 3E. RGB value is (117,147,62). Sum of RGB (Red+Green+Blue) = 117+147+62=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #75933E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75933E is #8A6CC1. Grayscale: #808080. Windows color (decimal): -9071810 or 4100981. OLE color: 4100981.
HSL color Cylindrical-coordinate representation of color #75933E: hue angle of 81.18º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75933E is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 147 | 62 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.42 |
| HSL | 81.18º | 0.41% | 0.41% | - |
| HSV(B) | 81.18º | 0.58% | 0.58% | - |
| XYZ | 18.64 | 25 | 8.4 | - |
| YUV | 128.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 62 | 0.20 | 0 | 0.58 | 0.42 | 81.18 | 0.41 | 0.41 |
| Hex | 75 | 93 | 3E | 14 | 0 | 3A | 2A | 51 | 29 | 29 |
| Octal | 165 | 223 | 76 | 24 | 0 | 72 | 52 | 121 | 51 | 51 |
| Binary | 1110101 | 10010011 | 111110 | 10100 | 0 | 111010 | 101010 | 1010001 | 101001 | 101001 |
Color Harmonies of #75933E
Complementary color
Monochromatic Colors of #75933E
Black with #75933E
Text Example
Text Example
White with #75933E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75933E; }
p { color: rgb(117,147,62); }
H1.HeaderClassName
{
color: #75933E;
}
.AnyTagClassName
{
color: #75933E;
}
</style>
background-color css
<style>
a { background-color: #75933E; }
a { background-color: rgb(117,147,62); }
div.DivClassName
{
background-color: #75933E;
}
.BgClassName
{
background-color: #75933E;
}
</style>
border-color css
<style>
span { border-color: #75933E; }
span { border-color: rgb(117,147,62); }
td.TdClassName
{
border-color: #75933E;
}
.TagClassName
{
border-color: #75933E;
}
</style>