Shades of Sushi #74AC39
Tints of Sushi #74AC39
RGB
CMYK
RGB Variations
Color information
#74AC39 (or 0x74AC39) is known color: Sushi. HEX triplet: 74, AC and 39. RGB value is (116,172,57). Sum of RGB (Red+Green+Blue) = 116+172+57=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC39 is #8B53C6. Grayscale: #8E8E8E. Windows color (decimal): -9130951 or 3779700. OLE color: 3779700.
HSL color Cylindrical-coordinate representation of color #74AC39: hue angle of 89.22º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74AC39 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 57 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.33 |
| HSL | 89.22º | 0.5% | 0.45% | - |
| HSV(B) | 89.22º | 0.67% | 0.67% | - |
| XYZ | 22.69 | 33.51 | 9.14 | - |
| YUV | 142.15 | 79.95 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 57 | 0.33 | 0 | 0.67 | 0.33 | 89.22 | 0.5 | 0.45 |
| Hex | 74 | AC | 39 | 21 | 0 | 43 | 21 | 59 | 32 | 2D |
| Octal | 164 | 254 | 71 | 41 | 0 | 103 | 41 | 131 | 62 | 55 |
| Binary | 1110100 | 10101100 | 111001 | 100001 | 0 | 1000011 | 100001 | 1011001 | 110010 | 101101 |
Color Harmonies of #74AC39
Complementary color
Monochromatic Colors of #74AC39
Black with #74AC39
Text Example
Text Example
White with #74AC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC39; }
p { color: rgb(116,172,57); }
H1.HeaderClassName
{
color: #74AC39;
}
.AnyTagClassName
{
color: #74AC39;
}
</style>
background-color css
<style>
a { background-color: #74AC39; }
a { background-color: rgb(116,172,57); }
div.DivClassName
{
background-color: #74AC39;
}
.BgClassName
{
background-color: #74AC39;
}
</style>
border-color css
<style>
span { border-color: #74AC39; }
span { border-color: rgb(116,172,57); }
td.TdClassName
{
border-color: #74AC39;
}
.TagClassName
{
border-color: #74AC39;
}
</style>