Shades of Sushi #72A440
Tints of Sushi #72A440
RGB
CMYK
RGB Variations
Color information
#72A440 (or 0x72A440) is known color: Sushi. HEX triplet: 72, A4 and 40. RGB value is (114,164,64). Sum of RGB (Red+Green+Blue) = 114+164+64=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #72A440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A440 is #8D5BBF. Grayscale: #898989. Windows color (decimal): -9264064 or 4236402. OLE color: 4236402.
HSL color Cylindrical-coordinate representation of color #72A440: hue angle of 90º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72A440 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 164 | 64 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.36 |
| HSL | 90º | 0.44% | 0.45% | - |
| HSV(B) | 90º | 0.61% | 0.64% | - |
| XYZ | 21.14 | 30.5 | 9.62 | - |
| YUV | 137.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 164 | 64 | 0.30 | 0 | 0.61 | 0.36 | 90 | 0.44 | 0.45 |
| Hex | 72 | A4 | 40 | 1E | 0 | 3D | 24 | 5A | 2C | 2D |
| Octal | 162 | 244 | 100 | 36 | 0 | 75 | 44 | 132 | 54 | 55 |
| Binary | 1110010 | 10100100 | 1000000 | 11110 | 0 | 111101 | 100100 | 1011010 | 101100 | 101101 |
Color Harmonies of #72A440
Complementary color
Monochromatic Colors of #72A440
Black with #72A440
Text Example
Text Example
White with #72A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A440; }
p { color: rgb(114,164,64); }
H1.HeaderClassName
{
color: #72A440;
}
.AnyTagClassName
{
color: #72A440;
}
</style>
background-color css
<style>
a { background-color: #72A440; }
a { background-color: rgb(114,164,64); }
div.DivClassName
{
background-color: #72A440;
}
.BgClassName
{
background-color: #72A440;
}
</style>
border-color css
<style>
span { border-color: #72A440; }
span { border-color: rgb(114,164,64); }
td.TdClassName
{
border-color: #72A440;
}
.TagClassName
{
border-color: #72A440;
}
</style>