Shades of Sushi #729A2B
Tints of Sushi #729A2B
RGB
CMYK
RGB Variations
Color information
#729A2B (or 0x729A2B) is known color: Sushi. HEX triplet: 72, 9A and 2B. RGB value is (114,154,43). Sum of RGB (Red+Green+Blue) = 114+154+43=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #729A2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729A2B is #8D65D4. Grayscale: #818181. Windows color (decimal): -9266645 or 2857586. OLE color: 2857586.
HSL color Cylindrical-coordinate representation of color #729A2B: hue angle of 81.62º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #729A2B is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 43 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.40 |
| HSL | 81.62º | 0.56% | 0.39% | - |
| HSV(B) | 81.62º | 0.72% | 0.6% | - |
| XYZ | 18.93 | 26.86 | 6.47 | - |
| YUV | 129.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 43 | 0.26 | 0 | 0.72 | 0.40 | 81.62 | 0.56 | 0.39 |
| Hex | 72 | 9A | 2B | 1A | 0 | 48 | 28 | 52 | 38 | 27 |
| Octal | 162 | 232 | 53 | 32 | 0 | 110 | 50 | 122 | 70 | 47 |
| Binary | 1110010 | 10011010 | 101011 | 11010 | 0 | 1001000 | 101000 | 1010010 | 111000 | 100111 |
Color Harmonies of #729A2B
Complementary color
Monochromatic Colors of #729A2B
Black with #729A2B
Text Example
Text Example
White with #729A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A2B; }
p { color: rgb(114,154,43); }
H1.HeaderClassName
{
color: #729A2B;
}
.AnyTagClassName
{
color: #729A2B;
}
</style>
background-color css
<style>
a { background-color: #729A2B; }
a { background-color: rgb(114,154,43); }
div.DivClassName
{
background-color: #729A2B;
}
.BgClassName
{
background-color: #729A2B;
}
</style>
border-color css
<style>
span { border-color: #729A2B; }
span { border-color: rgb(114,154,43); }
td.TdClassName
{
border-color: #729A2B;
}
.TagClassName
{
border-color: #729A2B;
}
</style>