Shades of Sushi #75AB3D
Tints of Sushi #75AB3D
RGB
CMYK
RGB Variations
Color information
#75AB3D (or 0x75AB3D) is known color: Sushi. HEX triplet: 75, AB and 3D. RGB value is (117,171,61). Sum of RGB (Red+Green+Blue) = 117+171+61=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB3D is #8A54C2. Grayscale: #8E8E8E. Windows color (decimal): -9065667 or 4041589. OLE color: 4041589.
HSL color Cylindrical-coordinate representation of color #75AB3D: hue angle of 89.45º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75AB3D is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 61 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.33 |
| HSL | 89.45º | 0.47% | 0.45% | - |
| HSV(B) | 89.45º | 0.64% | 0.67% | - |
| XYZ | 22.74 | 33.24 | 9.63 | - |
| YUV | 142.31 | 82.11 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 61 | 0.32 | 0 | 0.64 | 0.33 | 89.45 | 0.47 | 0.45 |
| Hex | 75 | AB | 3D | 20 | 0 | 40 | 21 | 59 | 2F | 2D |
| Octal | 165 | 253 | 75 | 40 | 0 | 100 | 41 | 131 | 57 | 55 |
| Binary | 1110101 | 10101011 | 111101 | 100000 | 0 | 1000000 | 100001 | 1011001 | 101111 | 101101 |
Color Harmonies of #75AB3D
Complementary color
Monochromatic Colors of #75AB3D
Black with #75AB3D
Text Example
Text Example
White with #75AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB3D; }
p { color: rgb(117,171,61); }
H1.HeaderClassName
{
color: #75AB3D;
}
.AnyTagClassName
{
color: #75AB3D;
}
</style>
background-color css
<style>
a { background-color: #75AB3D; }
a { background-color: rgb(117,171,61); }
div.DivClassName
{
background-color: #75AB3D;
}
.BgClassName
{
background-color: #75AB3D;
}
</style>
border-color css
<style>
span { border-color: #75AB3D; }
span { border-color: rgb(117,171,61); }
td.TdClassName
{
border-color: #75AB3D;
}
.TagClassName
{
border-color: #75AB3D;
}
</style>