Shades of Sushi #72AC37
Tints of Sushi #72AC37
RGB
CMYK
RGB Variations
Color information
#72AC37 (or 0x72AC37) is known color: Sushi. HEX triplet: 72, AC and 37. RGB value is (114,172,55). Sum of RGB (Red+Green+Blue) = 114+172+55=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AC37 is #8D53C8. Grayscale: #8D8D8D. Windows color (decimal): -9262025 or 3648626. OLE color: 3648626.
HSL color Cylindrical-coordinate representation of color #72AC37: hue angle of 89.74º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72AC37 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 172 | 55 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.33 |
| HSL | 89.74º | 0.52% | 0.45% | - |
| HSV(B) | 89.74º | 0.68% | 0.67% | - |
| XYZ | 22.38 | 33.36 | 8.87 | - |
| YUV | 141.32 | 79.28 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 172 | 55 | 0.34 | 0 | 0.68 | 0.33 | 89.74 | 0.52 | 0.45 |
| Hex | 72 | AC | 37 | 22 | 0 | 44 | 21 | 5A | 34 | 2D |
| Octal | 162 | 254 | 67 | 42 | 0 | 104 | 41 | 132 | 64 | 55 |
| Binary | 1110010 | 10101100 | 110111 | 100010 | 0 | 1000100 | 100001 | 1011010 | 110100 | 101101 |
Color Harmonies of #72AC37
Complementary color
Monochromatic Colors of #72AC37
Black with #72AC37
Text Example
Text Example
White with #72AC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AC37; }
p { color: rgb(114,172,55); }
H1.HeaderClassName
{
color: #72AC37;
}
.AnyTagClassName
{
color: #72AC37;
}
</style>
background-color css
<style>
a { background-color: #72AC37; }
a { background-color: rgb(114,172,55); }
div.DivClassName
{
background-color: #72AC37;
}
.BgClassName
{
background-color: #72AC37;
}
</style>
border-color css
<style>
span { border-color: #72AC37; }
span { border-color: rgb(114,172,55); }
td.TdClassName
{
border-color: #72AC37;
}
.TagClassName
{
border-color: #72AC37;
}
</style>