Shades of Sushi #72AB33
Tints of Sushi #72AB33
RGB
CMYK
RGB Variations
Color information
#72AB33 (or 0x72AB33) is known color: Sushi. HEX triplet: 72, AB and 33. RGB value is (114,171,51). Sum of RGB (Red+Green+Blue) = 114+171+51=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB33 is #8D54CC. Grayscale: #8C8C8C. Windows color (decimal): -9262285 or 3386226. OLE color: 3386226.
HSL color Cylindrical-coordinate representation of color #72AB33: hue angle of 88.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72AB33 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 51 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.33 |
| HSL | 88.5º | 0.54% | 0.44% | - |
| HSV(B) | 88.5º | 0.7% | 0.67% | - |
| XYZ | 22.1 | 32.94 | 8.33 | - |
| YUV | 140.28 | 77.62 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 51 | 0.33 | 0 | 0.70 | 0.33 | 88.5 | 0.54 | 0.44 |
| Hex | 72 | AB | 33 | 21 | 0 | 46 | 21 | 58 | 36 | 2C |
| Octal | 162 | 253 | 63 | 41 | 0 | 106 | 41 | 130 | 66 | 54 |
| Binary | 1110010 | 10101011 | 110011 | 100001 | 0 | 1000110 | 100001 | 1011000 | 110110 | 101100 |
Color Harmonies of #72AB33
Complementary color
Monochromatic Colors of #72AB33
Black with #72AB33
Text Example
Text Example
White with #72AB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB33; }
p { color: rgb(114,171,51); }
H1.HeaderClassName
{
color: #72AB33;
}
.AnyTagClassName
{
color: #72AB33;
}
</style>
background-color css
<style>
a { background-color: #72AB33; }
a { background-color: rgb(114,171,51); }
div.DivClassName
{
background-color: #72AB33;
}
.BgClassName
{
background-color: #72AB33;
}
</style>
border-color css
<style>
span { border-color: #72AB33; }
span { border-color: rgb(114,171,51); }
td.TdClassName
{
border-color: #72AB33;
}
.TagClassName
{
border-color: #72AB33;
}
</style>