Shades of Sushi #74AB34
Tints of Sushi #74AB34
RGB
CMYK
RGB Variations
Color information
#74AB34 (or 0x74AB34) is known color: Sushi. HEX triplet: 74, AB and 34. RGB value is (116,171,52). Sum of RGB (Red+Green+Blue) = 116+171+52=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB34 is #8B54CB. Grayscale: #8D8D8D. Windows color (decimal): -9131212 or 3451764. OLE color: 3451764.
HSL color Cylindrical-coordinate representation of color #74AB34: hue angle of 87.73º degrees, saturation: 0.53, 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 #74AB34 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 171 | 52 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.33 |
| HSL | 87.73º | 0.53% | 0.44% | - |
| HSV(B) | 87.73º | 0.7% | 0.67% | - |
| XYZ | 22.39 | 33.09 | 8.46 | - |
| YUV | 140.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 52 | 0.32 | 0 | 0.70 | 0.33 | 87.73 | 0.53 | 0.44 |
| Hex | 74 | AB | 34 | 20 | 0 | 46 | 21 | 58 | 35 | 2C |
| Octal | 164 | 253 | 64 | 40 | 0 | 106 | 41 | 130 | 65 | 54 |
| Binary | 1110100 | 10101011 | 110100 | 100000 | 0 | 1000110 | 100001 | 1011000 | 110101 | 101100 |
Color Harmonies of #74AB34
Complementary color
Monochromatic Colors of #74AB34
Black with #74AB34
Text Example
Text Example
White with #74AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AB34; }
p { color: rgb(116,171,52); }
H1.HeaderClassName
{
color: #74AB34;
}
.AnyTagClassName
{
color: #74AB34;
}
</style>
background-color css
<style>
a { background-color: #74AB34; }
a { background-color: rgb(116,171,52); }
div.DivClassName
{
background-color: #74AB34;
}
.BgClassName
{
background-color: #74AB34;
}
</style>
border-color css
<style>
span { border-color: #74AB34; }
span { border-color: rgb(116,171,52); }
td.TdClassName
{
border-color: #74AB34;
}
.TagClassName
{
border-color: #74AB34;
}
</style>