Shades of Sushi #72AA32
Tints of Sushi #72AA32
RGB
CMYK
RGB Variations
Color information
#72AA32 (or 0x72AA32) is known color: Sushi. HEX triplet: 72, AA and 32. RGB value is (114,170,50). Sum of RGB (Red+Green+Blue) = 114+170+50=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AA32 is #8D55CD. Grayscale: #8C8C8C. Windows color (decimal): -9262542 or 3320434. OLE color: 3320434.
HSL color Cylindrical-coordinate representation of color #72AA32: hue angle of 88º 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 #72AA32 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 170 | 50 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.33 |
| HSL | 88º | 0.55% | 0.43% | - |
| HSV(B) | 88º | 0.71% | 0.67% | - |
| XYZ | 21.89 | 32.56 | 8.15 | - |
| YUV | 139.58 | 77.45 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 170 | 50 | 0.33 | 0 | 0.71 | 0.33 | 88 | 0.55 | 0.43 |
| Hex | 72 | AA | 32 | 21 | 0 | 47 | 21 | 58 | 37 | 2B |
| Octal | 162 | 252 | 62 | 41 | 0 | 107 | 41 | 130 | 67 | 53 |
| Binary | 1110010 | 10101010 | 110010 | 100001 | 0 | 1000111 | 100001 | 1011000 | 110111 | 101011 |
Color Harmonies of #72AA32
Complementary color
Monochromatic Colors of #72AA32
Black with #72AA32
Text Example
Text Example
White with #72AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AA32; }
p { color: rgb(114,170,50); }
H1.HeaderClassName
{
color: #72AA32;
}
.AnyTagClassName
{
color: #72AA32;
}
</style>
background-color css
<style>
a { background-color: #72AA32; }
a { background-color: rgb(114,170,50); }
div.DivClassName
{
background-color: #72AA32;
}
.BgClassName
{
background-color: #72AA32;
}
</style>
border-color css
<style>
span { border-color: #72AA32; }
span { border-color: rgb(114,170,50); }
td.TdClassName
{
border-color: #72AA32;
}
.TagClassName
{
border-color: #72AA32;
}
</style>