Shades of Sushi #749C30
Tints of Sushi #749C30
RGB
CMYK
RGB Variations
Color information
#749C30 (or 0x749C30) is known color: Sushi. HEX triplet: 74, 9C and 30. RGB value is (116,156,48). Sum of RGB (Red+Green+Blue) = 116+156+48=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #749C30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C30 is #8B63CF. Grayscale: #848484. Windows color (decimal): -9135056 or 3185780. OLE color: 3185780.
HSL color Cylindrical-coordinate representation of color #749C30: hue angle of 82.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #749C30 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 48 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.39 |
| HSL | 82.22º | 0.53% | 0.4% | - |
| HSV(B) | 82.22º | 0.69% | 0.61% | - |
| XYZ | 19.62 | 27.7 | 7.11 | - |
| YUV | 131.73 | 80.75 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 48 | 0.26 | 0 | 0.69 | 0.39 | 82.22 | 0.53 | 0.4 |
| Hex | 74 | 9C | 30 | 1A | 0 | 45 | 27 | 52 | 35 | 28 |
| Octal | 164 | 234 | 60 | 32 | 0 | 105 | 47 | 122 | 65 | 50 |
| Binary | 1110100 | 10011100 | 110000 | 11010 | 0 | 1000101 | 100111 | 1010010 | 110101 | 101000 |
Color Harmonies of #749C30
Complementary color
Monochromatic Colors of #749C30
Black with #749C30
Text Example
Text Example
White with #749C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C30; }
p { color: rgb(116,156,48); }
H1.HeaderClassName
{
color: #749C30;
}
.AnyTagClassName
{
color: #749C30;
}
</style>
background-color css
<style>
a { background-color: #749C30; }
a { background-color: rgb(116,156,48); }
div.DivClassName
{
background-color: #749C30;
}
.BgClassName
{
background-color: #749C30;
}
</style>
border-color css
<style>
span { border-color: #749C30; }
span { border-color: rgb(116,156,48); }
td.TdClassName
{
border-color: #749C30;
}
.TagClassName
{
border-color: #749C30;
}
</style>