Shades of Sushi #739D2C
Tints of Sushi #739D2C
RGB
CMYK
RGB Variations
Color information
#739D2C (or 0x739D2C) is known color: Sushi. HEX triplet: 73, 9D and 2C. RGB value is (115,157,44). Sum of RGB (Red+Green+Blue) = 115+157+44=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #739D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739D2C is #8C62D3. Grayscale: #838383. Windows color (decimal): -9200340 or 2923891. OLE color: 2923891.
HSL color Cylindrical-coordinate representation of color #739D2C: hue angle of 82.3º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #739D2C is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 157 | 44 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.38 |
| HSL | 82.3º | 0.56% | 0.39% | - |
| HSV(B) | 82.3º | 0.72% | 0.62% | - |
| XYZ | 19.58 | 27.94 | 6.74 | - |
| YUV | 131.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 44 | 0.27 | 0 | 0.72 | 0.38 | 82.3 | 0.56 | 0.39 |
| Hex | 73 | 9D | 2C | 1B | 0 | 48 | 26 | 52 | 38 | 27 |
| Octal | 163 | 235 | 54 | 33 | 0 | 110 | 46 | 122 | 70 | 47 |
| Binary | 1110011 | 10011101 | 101100 | 11011 | 0 | 1001000 | 100110 | 1010010 | 111000 | 100111 |
Color Harmonies of #739D2C
Complementary color
Monochromatic Colors of #739D2C
Black with #739D2C
Text Example
Text Example
White with #739D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739D2C; }
p { color: rgb(115,157,44); }
H1.HeaderClassName
{
color: #739D2C;
}
.AnyTagClassName
{
color: #739D2C;
}
</style>
background-color css
<style>
a { background-color: #739D2C; }
a { background-color: rgb(115,157,44); }
div.DivClassName
{
background-color: #739D2C;
}
.BgClassName
{
background-color: #739D2C;
}
</style>
border-color css
<style>
span { border-color: #739D2C; }
span { border-color: rgb(115,157,44); }
td.TdClassName
{
border-color: #739D2C;
}
.TagClassName
{
border-color: #739D2C;
}
</style>