Shades of Sushi #72AB37
Tints of Sushi #72AB37
RGB
CMYK
RGB Variations
Color information
#72AB37 (or 0x72AB37) is known color: Sushi. HEX triplet: 72, AB and 37. RGB value is (114,171,55). Sum of RGB (Red+Green+Blue) = 114+171+55=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB37 is #8D54C8. Grayscale: #8D8D8D. Windows color (decimal): -9262281 or 3648370. OLE color: 3648370.
HSL color Cylindrical-coordinate representation of color #72AB37: hue angle of 89.48º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72AB37 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 55 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.33 |
| HSL | 89.48º | 0.51% | 0.44% | - |
| HSV(B) | 89.48º | 0.68% | 0.67% | - |
| XYZ | 22.19 | 32.98 | 8.81 | - |
| YUV | 140.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 55 | 0.33 | 0 | 0.68 | 0.33 | 89.48 | 0.51 | 0.44 |
| Hex | 72 | AB | 37 | 21 | 0 | 44 | 21 | 59 | 33 | 2C |
| Octal | 162 | 253 | 67 | 41 | 0 | 104 | 41 | 131 | 63 | 54 |
| Binary | 1110010 | 10101011 | 110111 | 100001 | 0 | 1000100 | 100001 | 1011001 | 110011 | 101100 |
Color Harmonies of #72AB37
Complementary color
Monochromatic Colors of #72AB37
Black with #72AB37
Text Example
Text Example
White with #72AB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB37; }
p { color: rgb(114,171,55); }
H1.HeaderClassName
{
color: #72AB37;
}
.AnyTagClassName
{
color: #72AB37;
}
</style>
background-color css
<style>
a { background-color: #72AB37; }
a { background-color: rgb(114,171,55); }
div.DivClassName
{
background-color: #72AB37;
}
.BgClassName
{
background-color: #72AB37;
}
</style>
border-color css
<style>
span { border-color: #72AB37; }
span { border-color: rgb(114,171,55); }
td.TdClassName
{
border-color: #72AB37;
}
.TagClassName
{
border-color: #72AB37;
}
</style>