Shades of Sushi #749828
Tints of Sushi #749828
RGB
CMYK
RGB Variations
Color information
#749828 (or 0x749828) is known color: Sushi. HEX triplet: 74, 98 and 28. RGB value is (116,152,40). Sum of RGB (Red+Green+Blue) = 116+152+40=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #749828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749828 is #8B67D7. Grayscale: #808080. Windows color (decimal): -9136088 or 2660468. OLE color: 2660468.
HSL color Cylindrical-coordinate representation of color #749828: hue angle of 79.29º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #749828 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 40 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.40 |
| HSL | 79.29º | 0.58% | 0.38% | - |
| HSV(B) | 79.29º | 0.74% | 0.6% | - |
| XYZ | 18.81 | 26.32 | 6.1 | - |
| YUV | 128.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 40 | 0.24 | 0 | 0.74 | 0.40 | 79.29 | 0.58 | 0.38 |
| Hex | 74 | 98 | 28 | 18 | 0 | 4A | 28 | 4F | 3A | 26 |
| Octal | 164 | 230 | 50 | 30 | 0 | 112 | 50 | 117 | 72 | 46 |
| Binary | 1110100 | 10011000 | 101000 | 11000 | 0 | 1001010 | 101000 | 1001111 | 111010 | 100110 |
Color Harmonies of #749828
Complementary color
Monochromatic Colors of #749828
Black with #749828
Text Example
Text Example
White with #749828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749828; }
p { color: rgb(116,152,40); }
H1.HeaderClassName
{
color: #749828;
}
.AnyTagClassName
{
color: #749828;
}
</style>
background-color css
<style>
a { background-color: #749828; }
a { background-color: rgb(116,152,40); }
div.DivClassName
{
background-color: #749828;
}
.BgClassName
{
background-color: #749828;
}
</style>
border-color css
<style>
span { border-color: #749828; }
span { border-color: rgb(116,152,40); }
td.TdClassName
{
border-color: #749828;
}
.TagClassName
{
border-color: #749828;
}
</style>