Shades of Sushi #729A28
Tints of Sushi #729A28
RGB
CMYK
RGB Variations
Color information
#729A28 (or 0x729A28) is known color: Sushi. HEX triplet: 72, 9A and 28. RGB value is (114,154,40). Sum of RGB (Red+Green+Blue) = 114+154+40=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #729A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729A28 is #8D65D7. Grayscale: #818181. Windows color (decimal): -9266648 or 2660978. OLE color: 2660978.
HSL color Cylindrical-coordinate representation of color #729A28: hue angle of 81.05º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #729A28 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 40 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.40 |
| HSL | 81.05º | 0.59% | 0.38% | - |
| HSV(B) | 81.05º | 0.74% | 0.6% | - |
| XYZ | 18.88 | 26.84 | 6.19 | - |
| YUV | 129.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 40 | 0.26 | 0 | 0.74 | 0.40 | 81.05 | 0.59 | 0.38 |
| Hex | 72 | 9A | 28 | 1A | 0 | 4A | 28 | 51 | 3B | 26 |
| Octal | 162 | 232 | 50 | 32 | 0 | 112 | 50 | 121 | 73 | 46 |
| Binary | 1110010 | 10011010 | 101000 | 11010 | 0 | 1001010 | 101000 | 1010001 | 111011 | 100110 |
Color Harmonies of #729A28
Complementary color
Monochromatic Colors of #729A28
Black with #729A28
Text Example
Text Example
White with #729A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A28; }
p { color: rgb(114,154,40); }
H1.HeaderClassName
{
color: #729A28;
}
.AnyTagClassName
{
color: #729A28;
}
</style>
background-color css
<style>
a { background-color: #729A28; }
a { background-color: rgb(114,154,40); }
div.DivClassName
{
background-color: #729A28;
}
.BgClassName
{
background-color: #729A28;
}
</style>
border-color css
<style>
span { border-color: #729A28; }
span { border-color: rgb(114,154,40); }
td.TdClassName
{
border-color: #729A28;
}
.TagClassName
{
border-color: #729A28;
}
</style>