Shades of Sushi #729939
Tints of Sushi #729939
RGB
CMYK
RGB Variations
Color information
#729939 (or 0x729939) is known color: Sushi. HEX triplet: 72, 99 and 39. RGB value is (114,153,57). Sum of RGB (Red+Green+Blue) = 114+153+57=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #729939 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729939 is #8D66C6. Grayscale: #828282. Windows color (decimal): -9266887 or 3774834. OLE color: 3774834.
HSL color Cylindrical-coordinate representation of color #729939: hue angle of 84.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #729939 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 57 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.4 |
| HSL | 84.38º | 0.46% | 0.41% | - |
| HSV(B) | 84.38º | 0.63% | 0.6% | - |
| XYZ | 19.07 | 26.66 | 8.01 | - |
| YUV | 130.4 | 86.58 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 57 | 0.25 | 0 | 0.63 | 0.4 | 84.38 | 0.46 | 0.41 |
| Hex | 72 | 99 | 39 | 19 | 0 | 3F | 28 | 54 | 2E | 29 |
| Octal | 162 | 231 | 71 | 31 | 0 | 77 | 50 | 124 | 56 | 51 |
| Binary | 1110010 | 10011001 | 111001 | 11001 | 0 | 111111 | 101000 | 1010100 | 101110 | 101001 |
Color Harmonies of #729939
Complementary color
Monochromatic Colors of #729939
Black with #729939
Text Example
Text Example
White with #729939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729939; }
p { color: rgb(114,153,57); }
H1.HeaderClassName
{
color: #729939;
}
.AnyTagClassName
{
color: #729939;
}
</style>
background-color css
<style>
a { background-color: #729939; }
a { background-color: rgb(114,153,57); }
div.DivClassName
{
background-color: #729939;
}
.BgClassName
{
background-color: #729939;
}
</style>
border-color css
<style>
span { border-color: #729939; }
span { border-color: rgb(114,153,57); }
td.TdClassName
{
border-color: #729939;
}
.TagClassName
{
border-color: #729939;
}
</style>