Shades of Sushi #74AC33
Tints of Sushi #74AC33
RGB
CMYK
RGB Variations
Color information
#74AC33 (or 0x74AC33) is known color: Sushi. HEX triplet: 74, AC and 33. RGB value is (116,172,51). Sum of RGB (Red+Green+Blue) = 116+172+51=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC33 is #8B53CC. Grayscale: #8D8D8D. Windows color (decimal): -9130957 or 3386484. OLE color: 3386484.
HSL color Cylindrical-coordinate representation of color #74AC33: hue angle of 87.77º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74AC33 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 51 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.33 |
| HSL | 87.77º | 0.54% | 0.44% | - |
| HSV(B) | 87.77º | 0.7% | 0.67% | - |
| XYZ | 22.55 | 33.46 | 8.4 | - |
| YUV | 141.46 | 76.95 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 51 | 0.33 | 0 | 0.70 | 0.33 | 87.77 | 0.54 | 0.44 |
| Hex | 74 | AC | 33 | 21 | 0 | 46 | 21 | 58 | 36 | 2C |
| Octal | 164 | 254 | 63 | 41 | 0 | 106 | 41 | 130 | 66 | 54 |
| Binary | 1110100 | 10101100 | 110011 | 100001 | 0 | 1000110 | 100001 | 1011000 | 110110 | 101100 |
Color Harmonies of #74AC33
Complementary color
Monochromatic Colors of #74AC33
Black with #74AC33
Text Example
Text Example
White with #74AC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC33; }
p { color: rgb(116,172,51); }
H1.HeaderClassName
{
color: #74AC33;
}
.AnyTagClassName
{
color: #74AC33;
}
</style>
background-color css
<style>
a { background-color: #74AC33; }
a { background-color: rgb(116,172,51); }
div.DivClassName
{
background-color: #74AC33;
}
.BgClassName
{
background-color: #74AC33;
}
</style>
border-color css
<style>
span { border-color: #74AC33; }
span { border-color: rgb(116,172,51); }
td.TdClassName
{
border-color: #74AC33;
}
.TagClassName
{
border-color: #74AC33;
}
</style>