Shades of Sushi #729A2F
Tints of Sushi #729A2F
RGB
CMYK
RGB Variations
Color information
#729A2F (or 0x729A2F) is known color: Sushi. HEX triplet: 72, 9A and 2F. RGB value is (114,154,47). Sum of RGB (Red+Green+Blue) = 114+154+47=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #729A2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729A2F is #8D65D0. Grayscale: #828282. Windows color (decimal): -9266641 or 3119730. OLE color: 3119730.
HSL color Cylindrical-coordinate representation of color #729A2F: hue angle of 82.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #729A2F is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 47 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.40 |
| HSL | 82.43º | 0.53% | 0.39% | - |
| HSV(B) | 82.43º | 0.69% | 0.6% | - |
| XYZ | 19.01 | 26.89 | 6.88 | - |
| YUV | 129.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 47 | 0.26 | 0 | 0.69 | 0.40 | 82.43 | 0.53 | 0.39 |
| Hex | 72 | 9A | 2F | 1A | 0 | 45 | 28 | 52 | 35 | 27 |
| Octal | 162 | 232 | 57 | 32 | 0 | 105 | 50 | 122 | 65 | 47 |
| Binary | 1110010 | 10011010 | 101111 | 11010 | 0 | 1000101 | 101000 | 1010010 | 110101 | 100111 |
Color Harmonies of #729A2F
Complementary color
Monochromatic Colors of #729A2F
Black with #729A2F
Text Example
Text Example
White with #729A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A2F; }
p { color: rgb(114,154,47); }
H1.HeaderClassName
{
color: #729A2F;
}
.AnyTagClassName
{
color: #729A2F;
}
</style>
background-color css
<style>
a { background-color: #729A2F; }
a { background-color: rgb(114,154,47); }
div.DivClassName
{
background-color: #729A2F;
}
.BgClassName
{
background-color: #729A2F;
}
</style>
border-color css
<style>
span { border-color: #729A2F; }
span { border-color: rgb(114,154,47); }
td.TdClassName
{
border-color: #729A2F;
}
.TagClassName
{
border-color: #729A2F;
}
</style>