Shades of Sushi #72AB36
Tints of Sushi #72AB36
RGB
CMYK
RGB Variations
Color information
#72AB36 (or 0x72AB36) is known color: Sushi. HEX triplet: 72, AB and 36. RGB value is (114,171,54). Sum of RGB (Red+Green+Blue) = 114+171+54=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB36 is #8D54C9. Grayscale: #8D8D8D. Windows color (decimal): -9262282 or 3582834. OLE color: 3582834.
HSL color Cylindrical-coordinate representation of color #72AB36: hue angle of 89.23º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72AB36 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 54 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.33 |
| HSL | 89.23º | 0.52% | 0.44% | - |
| HSV(B) | 89.23º | 0.68% | 0.67% | - |
| XYZ | 22.17 | 32.97 | 8.69 | - |
| YUV | 140.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 54 | 0.33 | 0 | 0.68 | 0.33 | 89.23 | 0.52 | 0.44 |
| Hex | 72 | AB | 36 | 21 | 0 | 44 | 21 | 59 | 34 | 2C |
| Octal | 162 | 253 | 66 | 41 | 0 | 104 | 41 | 131 | 64 | 54 |
| Binary | 1110010 | 10101011 | 110110 | 100001 | 0 | 1000100 | 100001 | 1011001 | 110100 | 101100 |
Color Harmonies of #72AB36
Complementary color
Monochromatic Colors of #72AB36
Black with #72AB36
Text Example
Text Example
White with #72AB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB36; }
p { color: rgb(114,171,54); }
H1.HeaderClassName
{
color: #72AB36;
}
.AnyTagClassName
{
color: #72AB36;
}
</style>
background-color css
<style>
a { background-color: #72AB36; }
a { background-color: rgb(114,171,54); }
div.DivClassName
{
background-color: #72AB36;
}
.BgClassName
{
background-color: #72AB36;
}
</style>
border-color css
<style>
span { border-color: #72AB36; }
span { border-color: rgb(114,171,54); }
td.TdClassName
{
border-color: #72AB36;
}
.TagClassName
{
border-color: #72AB36;
}
</style>