Shades of Sushi #739F34
Tints of Sushi #739F34
RGB
CMYK
RGB Variations
Color information
#739F34 (or 0x739F34) is known color: Sushi. HEX triplet: 73, 9F and 34. RGB value is (115,159,52). Sum of RGB (Red+Green+Blue) = 115+159+52=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #739F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739F34 is #8C60CB. Grayscale: #868686. Windows color (decimal): -9199820 or 3448691. OLE color: 3448691.
HSL color Cylindrical-coordinate representation of color #739F34: hue angle of 84.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #739F34 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 159 | 52 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.38 |
| HSL | 84.67º | 0.51% | 0.41% | - |
| HSV(B) | 84.67º | 0.67% | 0.62% | - |
| XYZ | 20.09 | 28.69 | 7.73 | - |
| YUV | 133.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 52 | 0.28 | 0 | 0.67 | 0.38 | 84.67 | 0.51 | 0.41 |
| Hex | 73 | 9F | 34 | 1C | 0 | 43 | 26 | 55 | 33 | 29 |
| Octal | 163 | 237 | 64 | 34 | 0 | 103 | 46 | 125 | 63 | 51 |
| Binary | 1110011 | 10011111 | 110100 | 11100 | 0 | 1000011 | 100110 | 1010101 | 110011 | 101001 |
Color Harmonies of #739F34
Complementary color
Monochromatic Colors of #739F34
Black with #739F34
Text Example
Text Example
White with #739F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739F34; }
p { color: rgb(115,159,52); }
H1.HeaderClassName
{
color: #739F34;
}
.AnyTagClassName
{
color: #739F34;
}
</style>
background-color css
<style>
a { background-color: #739F34; }
a { background-color: rgb(115,159,52); }
div.DivClassName
{
background-color: #739F34;
}
.BgClassName
{
background-color: #739F34;
}
</style>
border-color css
<style>
span { border-color: #739F34; }
span { border-color: rgb(115,159,52); }
td.TdClassName
{
border-color: #739F34;
}
.TagClassName
{
border-color: #739F34;
}
</style>