Shades of Sushi #72AB32
Tints of Sushi #72AB32
RGB
CMYK
RGB Variations
Color information
#72AB32 (or 0x72AB32) is known color: Sushi. HEX triplet: 72, AB and 32. RGB value is (114,171,50). Sum of RGB (Red+Green+Blue) = 114+171+50=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB32 is #8D54CD. Grayscale: #8C8C8C. Windows color (decimal): -9262286 or 3320690. OLE color: 3320690.
HSL color Cylindrical-coordinate representation of color #72AB32: hue angle of 88.26º 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 #72AB32 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 50 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.33 |
| HSL | 88.26º | 0.55% | 0.43% | - |
| HSV(B) | 88.26º | 0.71% | 0.67% | - |
| XYZ | 22.08 | 32.93 | 8.21 | - |
| YUV | 140.16 | 77.12 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 50 | 0.33 | 0 | 0.71 | 0.33 | 88.26 | 0.55 | 0.43 |
| Hex | 72 | AB | 32 | 21 | 0 | 47 | 21 | 58 | 37 | 2B |
| Octal | 162 | 253 | 62 | 41 | 0 | 107 | 41 | 130 | 67 | 53 |
| Binary | 1110010 | 10101011 | 110010 | 100001 | 0 | 1000111 | 100001 | 1011000 | 110111 | 101011 |
Color Harmonies of #72AB32
Complementary color
Monochromatic Colors of #72AB32
Black with #72AB32
Text Example
Text Example
White with #72AB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB32; }
p { color: rgb(114,171,50); }
H1.HeaderClassName
{
color: #72AB32;
}
.AnyTagClassName
{
color: #72AB32;
}
</style>
background-color css
<style>
a { background-color: #72AB32; }
a { background-color: rgb(114,171,50); }
div.DivClassName
{
background-color: #72AB32;
}
.BgClassName
{
background-color: #72AB32;
}
</style>
border-color css
<style>
span { border-color: #72AB32; }
span { border-color: rgb(114,171,50); }
td.TdClassName
{
border-color: #72AB32;
}
.TagClassName
{
border-color: #72AB32;
}
</style>