Shades of Sushi #72A833
Tints of Sushi #72A833
RGB
CMYK
RGB Variations
Color information
#72A833 (or 0x72A833) is known color: Sushi. HEX triplet: 72, A8 and 33. RGB value is (114,168,51). Sum of RGB (Red+Green+Blue) = 114+168+51=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #72A833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A833 is #8D57CC. Grayscale: #8A8A8A. Windows color (decimal): -9263053 or 3385458. OLE color: 3385458.
HSL color Cylindrical-coordinate representation of color #72A833: hue angle of 87.69º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72A833 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 51 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.34 |
| HSL | 87.69º | 0.53% | 0.43% | - |
| HSV(B) | 87.69º | 0.7% | 0.66% | - |
| XYZ | 21.54 | 31.82 | 8.14 | - |
| YUV | 138.52 | 78.61 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 51 | 0.32 | 0 | 0.70 | 0.34 | 87.69 | 0.53 | 0.43 |
| Hex | 72 | A8 | 33 | 20 | 0 | 46 | 22 | 58 | 35 | 2B |
| Octal | 162 | 250 | 63 | 40 | 0 | 106 | 42 | 130 | 65 | 53 |
| Binary | 1110010 | 10101000 | 110011 | 100000 | 0 | 1000110 | 100010 | 1011000 | 110101 | 101011 |
Color Harmonies of #72A833
Complementary color
Monochromatic Colors of #72A833
Black with #72A833
Text Example
Text Example
White with #72A833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A833; }
p { color: rgb(114,168,51); }
H1.HeaderClassName
{
color: #72A833;
}
.AnyTagClassName
{
color: #72A833;
}
</style>
background-color css
<style>
a { background-color: #72A833; }
a { background-color: rgb(114,168,51); }
div.DivClassName
{
background-color: #72A833;
}
.BgClassName
{
background-color: #72A833;
}
</style>
border-color css
<style>
span { border-color: #72A833; }
span { border-color: rgb(114,168,51); }
td.TdClassName
{
border-color: #72A833;
}
.TagClassName
{
border-color: #72A833;
}
</style>