Shades of Sushi #72A831
Tints of Sushi #72A831
RGB
CMYK
RGB Variations
Color information
#72A831 (or 0x72A831) is known color: Sushi. HEX triplet: 72, A8 and 31. RGB value is (114,168,49). Sum of RGB (Red+Green+Blue) = 114+168+49=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #72A831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A831 is #8D57CE. Grayscale: #8A8A8A. Windows color (decimal): -9263055 or 3254386. OLE color: 3254386.
HSL color Cylindrical-coordinate representation of color #72A831: hue angle of 87.23º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72A831 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 49 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.34 |
| HSL | 87.23º | 0.55% | 0.43% | - |
| HSV(B) | 87.23º | 0.71% | 0.66% | - |
| XYZ | 21.5 | 31.8 | 7.91 | - |
| YUV | 138.29 | 77.61 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 49 | 0.32 | 0 | 0.71 | 0.34 | 87.23 | 0.55 | 0.43 |
| Hex | 72 | A8 | 31 | 20 | 0 | 47 | 22 | 57 | 37 | 2B |
| Octal | 162 | 250 | 61 | 40 | 0 | 107 | 42 | 127 | 67 | 53 |
| Binary | 1110010 | 10101000 | 110001 | 100000 | 0 | 1000111 | 100010 | 1010111 | 110111 | 101011 |
Color Harmonies of #72A831
Complementary color
Monochromatic Colors of #72A831
Black with #72A831
Text Example
Text Example
White with #72A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A831; }
p { color: rgb(114,168,49); }
H1.HeaderClassName
{
color: #72A831;
}
.AnyTagClassName
{
color: #72A831;
}
</style>
background-color css
<style>
a { background-color: #72A831; }
a { background-color: rgb(114,168,49); }
div.DivClassName
{
background-color: #72A831;
}
.BgClassName
{
background-color: #72A831;
}
</style>
border-color css
<style>
span { border-color: #72A831; }
span { border-color: rgb(114,168,49); }
td.TdClassName
{
border-color: #72A831;
}
.TagClassName
{
border-color: #72A831;
}
</style>