Shades of Sushi #72AA31
Tints of Sushi #72AA31
RGB
CMYK
RGB Variations
Color information
#72AA31 (or 0x72AA31) is known color: Sushi. HEX triplet: 72, AA and 31. RGB value is (114,170,49). Sum of RGB (Red+Green+Blue) = 114+170+49=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AA31 is #8D55CE. Grayscale: #8B8B8B. Windows color (decimal): -9262543 or 3254898. OLE color: 3254898.
HSL color Cylindrical-coordinate representation of color #72AA31: hue angle of 87.77º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72AA31 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 170 | 49 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.33 |
| HSL | 87.77º | 0.55% | 0.43% | - |
| HSV(B) | 87.77º | 0.71% | 0.67% | - |
| XYZ | 21.87 | 32.55 | 8.04 | - |
| YUV | 139.46 | 76.95 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 170 | 49 | 0.33 | 0 | 0.71 | 0.33 | 87.77 | 0.55 | 0.43 |
| Hex | 72 | AA | 31 | 21 | 0 | 47 | 21 | 58 | 37 | 2B |
| Octal | 162 | 252 | 61 | 41 | 0 | 107 | 41 | 130 | 67 | 53 |
| Binary | 1110010 | 10101010 | 110001 | 100001 | 0 | 1000111 | 100001 | 1011000 | 110111 | 101011 |
Color Harmonies of #72AA31
Complementary color
Monochromatic Colors of #72AA31
Black with #72AA31
Text Example
Text Example
White with #72AA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AA31; }
p { color: rgb(114,170,49); }
H1.HeaderClassName
{
color: #72AA31;
}
.AnyTagClassName
{
color: #72AA31;
}
</style>
background-color css
<style>
a { background-color: #72AA31; }
a { background-color: rgb(114,170,49); }
div.DivClassName
{
background-color: #72AA31;
}
.BgClassName
{
background-color: #72AA31;
}
</style>
border-color css
<style>
span { border-color: #72AA31; }
span { border-color: rgb(114,170,49); }
td.TdClassName
{
border-color: #72AA31;
}
.TagClassName
{
border-color: #72AA31;
}
</style>