Shades of Sushi #729933
Tints of Sushi #729933
RGB
CMYK
RGB Variations
Color information
#729933 (or 0x729933) is known color: Sushi. HEX triplet: 72, 99 and 33. RGB value is (114,153,51). Sum of RGB (Red+Green+Blue) = 114+153+51=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #729933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729933 is #8D66CC. Grayscale: #828282. Windows color (decimal): -9266893 or 3381618. OLE color: 3381618.
HSL color Cylindrical-coordinate representation of color #729933: hue angle of 82.94º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #729933 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 51 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.4 |
| HSL | 82.94º | 0.5% | 0.4% | - |
| HSV(B) | 82.94º | 0.67% | 0.6% | - |
| XYZ | 18.93 | 26.6 | 7.27 | - |
| YUV | 129.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 51 | 0.25 | 0 | 0.67 | 0.4 | 82.94 | 0.5 | 0.4 |
| Hex | 72 | 99 | 33 | 19 | 0 | 43 | 28 | 53 | 32 | 28 |
| Octal | 162 | 231 | 63 | 31 | 0 | 103 | 50 | 123 | 62 | 50 |
| Binary | 1110010 | 10011001 | 110011 | 11001 | 0 | 1000011 | 101000 | 1010011 | 110010 | 101000 |
Color Harmonies of #729933
Complementary color
Monochromatic Colors of #729933
Black with #729933
Text Example
Text Example
White with #729933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729933; }
p { color: rgb(114,153,51); }
H1.HeaderClassName
{
color: #729933;
}
.AnyTagClassName
{
color: #729933;
}
</style>
background-color css
<style>
a { background-color: #729933; }
a { background-color: rgb(114,153,51); }
div.DivClassName
{
background-color: #729933;
}
.BgClassName
{
background-color: #729933;
}
</style>
border-color css
<style>
span { border-color: #729933; }
span { border-color: rgb(114,153,51); }
td.TdClassName
{
border-color: #729933;
}
.TagClassName
{
border-color: #729933;
}
</style>