Shades of Sushi #75983C
Tints of Sushi #75983C
RGB
CMYK
RGB Variations
Color information
#75983C (or 0x75983C) is known color: Sushi. HEX triplet: 75, 98 and 3C. RGB value is (117,152,60). Sum of RGB (Red+Green+Blue) = 117+152+60=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #75983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75983C is #8A67C3. Grayscale: #838383. Windows color (decimal): -9070532 or 3971189. OLE color: 3971189.
HSL color Cylindrical-coordinate representation of color #75983C: hue angle of 82.83º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75983C is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 60 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.40 |
| HSL | 82.83º | 0.43% | 0.42% | - |
| HSV(B) | 82.83º | 0.61% | 0.6% | - |
| XYZ | 19.38 | 26.56 | 8.38 | - |
| YUV | 131.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 60 | 0.23 | 0 | 0.61 | 0.40 | 82.83 | 0.43 | 0.42 |
| Hex | 75 | 98 | 3C | 17 | 0 | 3D | 28 | 53 | 2B | 2A |
| Octal | 165 | 230 | 74 | 27 | 0 | 75 | 50 | 123 | 53 | 52 |
| Binary | 1110101 | 10011000 | 111100 | 10111 | 0 | 111101 | 101000 | 1010011 | 101011 | 101010 |
Color Harmonies of #75983C
Complementary color
Monochromatic Colors of #75983C
Black with #75983C
Text Example
Text Example
White with #75983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75983C; }
p { color: rgb(117,152,60); }
H1.HeaderClassName
{
color: #75983C;
}
.AnyTagClassName
{
color: #75983C;
}
</style>
background-color css
<style>
a { background-color: #75983C; }
a { background-color: rgb(117,152,60); }
div.DivClassName
{
background-color: #75983C;
}
.BgClassName
{
background-color: #75983C;
}
</style>
border-color css
<style>
span { border-color: #75983C; }
span { border-color: rgb(117,152,60); }
td.TdClassName
{
border-color: #75983C;
}
.TagClassName
{
border-color: #75983C;
}
</style>