Shades of Sushi #75AB3C
Tints of Sushi #75AB3C
RGB
CMYK
RGB Variations
Color information
#75AB3C (or 0x75AB3C) is known color: Sushi. HEX triplet: 75, AB and 3C. RGB value is (117,171,60). Sum of RGB (Red+Green+Blue) = 117+171+60=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB3C is #8A54C3. Grayscale: #8E8E8E. Windows color (decimal): -9065668 or 3976053. OLE color: 3976053.
HSL color Cylindrical-coordinate representation of color #75AB3C: hue angle of 89.19º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75AB3C is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 60 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.33 |
| HSL | 89.19º | 0.48% | 0.45% | - |
| HSV(B) | 89.19º | 0.65% | 0.67% | - |
| XYZ | 22.71 | 33.23 | 9.49 | - |
| YUV | 142.2 | 81.61 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 60 | 0.32 | 0 | 0.65 | 0.33 | 89.19 | 0.48 | 0.45 |
| Hex | 75 | AB | 3C | 20 | 0 | 41 | 21 | 59 | 30 | 2D |
| Octal | 165 | 253 | 74 | 40 | 0 | 101 | 41 | 131 | 60 | 55 |
| Binary | 1110101 | 10101011 | 111100 | 100000 | 0 | 1000001 | 100001 | 1011001 | 110000 | 101101 |
Color Harmonies of #75AB3C
Complementary color
Monochromatic Colors of #75AB3C
Black with #75AB3C
Text Example
Text Example
White with #75AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB3C; }
p { color: rgb(117,171,60); }
H1.HeaderClassName
{
color: #75AB3C;
}
.AnyTagClassName
{
color: #75AB3C;
}
</style>
background-color css
<style>
a { background-color: #75AB3C; }
a { background-color: rgb(117,171,60); }
div.DivClassName
{
background-color: #75AB3C;
}
.BgClassName
{
background-color: #75AB3C;
}
</style>
border-color css
<style>
span { border-color: #75AB3C; }
span { border-color: rgb(117,171,60); }
td.TdClassName
{
border-color: #75AB3C;
}
.TagClassName
{
border-color: #75AB3C;
}
</style>