Shades of Sushi #74AA30
Tints of Sushi #74AA30
RGB
CMYK
RGB Variations
Color information
#74AA30 (or 0x74AA30) is known color: Sushi. HEX triplet: 74, AA and 30. RGB value is (116,170,48). Sum of RGB (Red+Green+Blue) = 116+170+48=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA30 is #8B55CF. Grayscale: #8C8C8C. Windows color (decimal): -9131472 or 3189364. OLE color: 3189364.
HSL color Cylindrical-coordinate representation of color #74AA30: hue angle of 86.56º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74AA30 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 48 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.33 |
| HSL | 86.56º | 0.56% | 0.43% | - |
| HSV(B) | 86.56º | 0.72% | 0.67% | - |
| XYZ | 22.11 | 32.68 | 7.94 | - |
| YUV | 139.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 48 | 0.32 | 0 | 0.72 | 0.33 | 86.56 | 0.56 | 0.43 |
| Hex | 74 | AA | 30 | 20 | 0 | 48 | 21 | 57 | 38 | 2B |
| Octal | 164 | 252 | 60 | 40 | 0 | 110 | 41 | 127 | 70 | 53 |
| Binary | 1110100 | 10101010 | 110000 | 100000 | 0 | 1001000 | 100001 | 1010111 | 111000 | 101011 |
Color Harmonies of #74AA30
Complementary color
Monochromatic Colors of #74AA30
Black with #74AA30
Text Example
Text Example
White with #74AA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA30; }
p { color: rgb(116,170,48); }
H1.HeaderClassName
{
color: #74AA30;
}
.AnyTagClassName
{
color: #74AA30;
}
</style>
background-color css
<style>
a { background-color: #74AA30; }
a { background-color: rgb(116,170,48); }
div.DivClassName
{
background-color: #74AA30;
}
.BgClassName
{
background-color: #74AA30;
}
</style>
border-color css
<style>
span { border-color: #74AA30; }
span { border-color: rgb(116,170,48); }
td.TdClassName
{
border-color: #74AA30;
}
.TagClassName
{
border-color: #74AA30;
}
</style>