Shades of Sushi #72A22E
Tints of Sushi #72A22E
RGB
CMYK
RGB Variations
Color information
#72A22E (or 0x72A22E) is known color: Sushi. HEX triplet: 72, A2 and 2E. RGB value is (114,162,46). Sum of RGB (Red+Green+Blue) = 114+162+46=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #72A22E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A22E is #8D5DD1. Grayscale: #868686. Windows color (decimal): -9264594 or 3056242. OLE color: 3056242.
HSL color Cylindrical-coordinate representation of color #72A22E: hue angle of 84.83º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72A22E is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 46 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.36 |
| HSL | 84.83º | 0.56% | 0.41% | - |
| HSV(B) | 84.83º | 0.72% | 0.64% | - |
| XYZ | 20.35 | 29.62 | 7.23 | - |
| YUV | 134.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 46 | 0.30 | 0 | 0.72 | 0.36 | 84.83 | 0.56 | 0.41 |
| Hex | 72 | A2 | 2E | 1E | 0 | 48 | 24 | 55 | 38 | 29 |
| Octal | 162 | 242 | 56 | 36 | 0 | 110 | 44 | 125 | 70 | 51 |
| Binary | 1110010 | 10100010 | 101110 | 11110 | 0 | 1001000 | 100100 | 1010101 | 111000 | 101001 |
Color Harmonies of #72A22E
Complementary color
Monochromatic Colors of #72A22E
Black with #72A22E
Text Example
Text Example
White with #72A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A22E; }
p { color: rgb(114,162,46); }
H1.HeaderClassName
{
color: #72A22E;
}
.AnyTagClassName
{
color: #72A22E;
}
</style>
background-color css
<style>
a { background-color: #72A22E; }
a { background-color: rgb(114,162,46); }
div.DivClassName
{
background-color: #72A22E;
}
.BgClassName
{
background-color: #72A22E;
}
</style>
border-color css
<style>
span { border-color: #72A22E; }
span { border-color: rgb(114,162,46); }
td.TdClassName
{
border-color: #72A22E;
}
.TagClassName
{
border-color: #72A22E;
}
</style>