Shades of Sushi #729B2C
Tints of Sushi #729B2C
RGB
CMYK
RGB Variations
Color information
#729B2C (or 0x729B2C) is known color: Sushi. HEX triplet: 72, 9B and 2C. RGB value is (114,155,44). Sum of RGB (Red+Green+Blue) = 114+155+44=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #729B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729B2C is #8D64D3. Grayscale: #828282. Windows color (decimal): -9266388 or 2923378. OLE color: 2923378.
HSL color Cylindrical-coordinate representation of color #729B2C: hue angle of 82.16º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #729B2C is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 44 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.39 |
| HSL | 82.16º | 0.56% | 0.39% | - |
| HSV(B) | 82.16º | 0.72% | 0.61% | - |
| XYZ | 19.12 | 27.2 | 6.63 | - |
| YUV | 130.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 44 | 0.26 | 0 | 0.72 | 0.39 | 82.16 | 0.56 | 0.39 |
| Hex | 72 | 9B | 2C | 1A | 0 | 48 | 27 | 52 | 38 | 27 |
| Octal | 162 | 233 | 54 | 32 | 0 | 110 | 47 | 122 | 70 | 47 |
| Binary | 1110010 | 10011011 | 101100 | 11010 | 0 | 1001000 | 100111 | 1010010 | 111000 | 100111 |
Color Harmonies of #729B2C
Complementary color
Monochromatic Colors of #729B2C
Black with #729B2C
Text Example
Text Example
White with #729B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B2C; }
p { color: rgb(114,155,44); }
H1.HeaderClassName
{
color: #729B2C;
}
.AnyTagClassName
{
color: #729B2C;
}
</style>
background-color css
<style>
a { background-color: #729B2C; }
a { background-color: rgb(114,155,44); }
div.DivClassName
{
background-color: #729B2C;
}
.BgClassName
{
background-color: #729B2C;
}
</style>
border-color css
<style>
span { border-color: #729B2C; }
span { border-color: rgb(114,155,44); }
td.TdClassName
{
border-color: #729B2C;
}
.TagClassName
{
border-color: #729B2C;
}
</style>