Shades of Sushi #74AA38
Tints of Sushi #74AA38
RGB
CMYK
RGB Variations
Color information
#74AA38 (or 0x74AA38) is known color: Sushi. HEX triplet: 74, AA and 38. RGB value is (116,170,56). Sum of RGB (Red+Green+Blue) = 116+170+56=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA38 is #8B55C7. Grayscale: #8D8D8D. Windows color (decimal): -9131464 or 3713652. OLE color: 3713652.
HSL color Cylindrical-coordinate representation of color #74AA38: hue angle of 88.42º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74AA38 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 56 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.33 |
| HSL | 88.42º | 0.5% | 0.44% | - |
| HSV(B) | 88.42º | 0.67% | 0.67% | - |
| XYZ | 22.29 | 32.75 | 8.89 | - |
| YUV | 140.86 | 80.11 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 56 | 0.32 | 0 | 0.67 | 0.33 | 88.42 | 0.5 | 0.44 |
| Hex | 74 | AA | 38 | 20 | 0 | 43 | 21 | 58 | 32 | 2C |
| Octal | 164 | 252 | 70 | 40 | 0 | 103 | 41 | 130 | 62 | 54 |
| Binary | 1110100 | 10101010 | 111000 | 100000 | 0 | 1000011 | 100001 | 1011000 | 110010 | 101100 |
Color Harmonies of #74AA38
Complementary color
Monochromatic Colors of #74AA38
Black with #74AA38
Text Example
Text Example
White with #74AA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA38; }
p { color: rgb(116,170,56); }
H1.HeaderClassName
{
color: #74AA38;
}
.AnyTagClassName
{
color: #74AA38;
}
</style>
background-color css
<style>
a { background-color: #74AA38; }
a { background-color: rgb(116,170,56); }
div.DivClassName
{
background-color: #74AA38;
}
.BgClassName
{
background-color: #74AA38;
}
</style>
border-color css
<style>
span { border-color: #74AA38; }
span { border-color: rgb(116,170,56); }
td.TdClassName
{
border-color: #74AA38;
}
.TagClassName
{
border-color: #74AA38;
}
</style>