Shades of Sushi #75992A
Tints of Sushi #75992A
RGB
CMYK
RGB Variations
Color information
#75992A (or 0x75992A) is known color: Sushi. HEX triplet: 75, 99 and 2A. RGB value is (117,153,42). Sum of RGB (Red+Green+Blue) = 117+153+42=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #75992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75992A is #8A66D5. Grayscale: #818181. Windows color (decimal): -9070294 or 2791797. OLE color: 2791797.
HSL color Cylindrical-coordinate representation of color #75992A: hue angle of 79.46º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75992A is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 42 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.4 |
| HSL | 79.46º | 0.57% | 0.38% | - |
| HSV(B) | 79.46º | 0.73% | 0.6% | - |
| XYZ | 19.15 | 26.73 | 6.34 | - |
| YUV | 129.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 42 | 0.24 | 0 | 0.73 | 0.4 | 79.46 | 0.57 | 0.38 |
| Hex | 75 | 99 | 2A | 18 | 0 | 49 | 28 | 4F | 39 | 26 |
| Octal | 165 | 231 | 52 | 30 | 0 | 111 | 50 | 117 | 71 | 46 |
| Binary | 1110101 | 10011001 | 101010 | 11000 | 0 | 1001001 | 101000 | 1001111 | 111001 | 100110 |
Color Harmonies of #75992A
Complementary color
Monochromatic Colors of #75992A
Black with #75992A
Text Example
Text Example
White with #75992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75992A; }
p { color: rgb(117,153,42); }
H1.HeaderClassName
{
color: #75992A;
}
.AnyTagClassName
{
color: #75992A;
}
</style>
background-color css
<style>
a { background-color: #75992A; }
a { background-color: rgb(117,153,42); }
div.DivClassName
{
background-color: #75992A;
}
.BgClassName
{
background-color: #75992A;
}
</style>
border-color css
<style>
span { border-color: #75992A; }
span { border-color: rgb(117,153,42); }
td.TdClassName
{
border-color: #75992A;
}
.TagClassName
{
border-color: #75992A;
}
</style>