Shades of Sushi #75AD33
Tints of Sushi #75AD33
RGB
CMYK
RGB Variations
Color information
#75AD33 (or 0x75AD33) is known color: Sushi. HEX triplet: 75, AD and 33. RGB value is (117,173,51). Sum of RGB (Red+Green+Blue) = 117+173+51=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AD33 is #8A52CC. Grayscale: #8E8E8E. Windows color (decimal): -9065165 or 3386741. OLE color: 3386741.
HSL color Cylindrical-coordinate representation of color #75AD33: hue angle of 87.54º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75AD33 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 51 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.32 |
| HSL | 87.54º | 0.54% | 0.44% | - |
| HSV(B) | 87.54º | 0.71% | 0.68% | - |
| XYZ | 22.88 | 33.91 | 8.47 | - |
| YUV | 142.35 | 76.45 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 51 | 0.32 | 0 | 0.71 | 0.32 | 87.54 | 0.54 | 0.44 |
| Hex | 75 | AD | 33 | 20 | 0 | 47 | 20 | 58 | 36 | 2C |
| Octal | 165 | 255 | 63 | 40 | 0 | 107 | 40 | 130 | 66 | 54 |
| Binary | 1110101 | 10101101 | 110011 | 100000 | 0 | 1000111 | 100000 | 1011000 | 110110 | 101100 |
Color Harmonies of #75AD33
Complementary color
Monochromatic Colors of #75AD33
Black with #75AD33
Text Example
Text Example
White with #75AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD33; }
p { color: rgb(117,173,51); }
H1.HeaderClassName
{
color: #75AD33;
}
.AnyTagClassName
{
color: #75AD33;
}
</style>
background-color css
<style>
a { background-color: #75AD33; }
a { background-color: rgb(117,173,51); }
div.DivClassName
{
background-color: #75AD33;
}
.BgClassName
{
background-color: #75AD33;
}
</style>
border-color css
<style>
span { border-color: #75AD33; }
span { border-color: rgb(117,173,51); }
td.TdClassName
{
border-color: #75AD33;
}
.TagClassName
{
border-color: #75AD33;
}
</style>