Shades of Sushi #75AB34
Tints of Sushi #75AB34
RGB
CMYK
RGB Variations
Color information
#75AB34 (or 0x75AB34) is known color: Sushi. HEX triplet: 75, AB and 34. RGB value is (117,171,52). Sum of RGB (Red+Green+Blue) = 117+171+52=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB34 is #8A54CB. Grayscale: #8D8D8D. Windows color (decimal): -9065676 or 3451765. OLE color: 3451765.
HSL color Cylindrical-coordinate representation of color #75AB34: hue angle of 87.23º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75AB34 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 52 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.33 |
| HSL | 87.23º | 0.53% | 0.44% | - |
| HSV(B) | 87.23º | 0.7% | 0.67% | - |
| XYZ | 22.52 | 33.16 | 8.46 | - |
| YUV | 141.29 | 77.61 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 52 | 0.32 | 0 | 0.70 | 0.33 | 87.23 | 0.53 | 0.44 |
| Hex | 75 | AB | 34 | 20 | 0 | 46 | 21 | 57 | 35 | 2C |
| Octal | 165 | 253 | 64 | 40 | 0 | 106 | 41 | 127 | 65 | 54 |
| Binary | 1110101 | 10101011 | 110100 | 100000 | 0 | 1000110 | 100001 | 1010111 | 110101 | 101100 |
Color Harmonies of #75AB34
Complementary color
Monochromatic Colors of #75AB34
Black with #75AB34
Text Example
Text Example
White with #75AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB34; }
p { color: rgb(117,171,52); }
H1.HeaderClassName
{
color: #75AB34;
}
.AnyTagClassName
{
color: #75AB34;
}
</style>
background-color css
<style>
a { background-color: #75AB34; }
a { background-color: rgb(117,171,52); }
div.DivClassName
{
background-color: #75AB34;
}
.BgClassName
{
background-color: #75AB34;
}
</style>
border-color css
<style>
span { border-color: #75AB34; }
span { border-color: rgb(117,171,52); }
td.TdClassName
{
border-color: #75AB34;
}
.TagClassName
{
border-color: #75AB34;
}
</style>