Shades of Sushi #73942F
Tints of Sushi #73942F
RGB
CMYK
RGB Variations
Color information
#73942F (or 0x73942F) is known color: Sushi. HEX triplet: 73, 94 and 2F. RGB value is (115,148,47). Sum of RGB (Red+Green+Blue) = 115+148+47=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #73942F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73942F is #8C6BD0. Grayscale: #7E7E7E. Windows color (decimal): -9202641 or 3118195. OLE color: 3118195.
HSL color Cylindrical-coordinate representation of color #73942F: hue angle of 79.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73942F is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 47 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.42 |
| HSL | 79.6º | 0.52% | 0.38% | - |
| HSV(B) | 79.6º | 0.68% | 0.58% | - |
| XYZ | 18.17 | 25.03 | 6.56 | - |
| YUV | 126.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 47 | 0.22 | 0 | 0.68 | 0.42 | 79.6 | 0.52 | 0.38 |
| Hex | 73 | 94 | 2F | 16 | 0 | 44 | 2A | 50 | 34 | 26 |
| Octal | 163 | 224 | 57 | 26 | 0 | 104 | 52 | 120 | 64 | 46 |
| Binary | 1110011 | 10010100 | 101111 | 10110 | 0 | 1000100 | 101010 | 1010000 | 110100 | 100110 |
Color Harmonies of #73942F
Complementary color
Monochromatic Colors of #73942F
Black with #73942F
Text Example
Text Example
White with #73942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73942F; }
p { color: rgb(115,148,47); }
H1.HeaderClassName
{
color: #73942F;
}
.AnyTagClassName
{
color: #73942F;
}
</style>
background-color css
<style>
a { background-color: #73942F; }
a { background-color: rgb(115,148,47); }
div.DivClassName
{
background-color: #73942F;
}
.BgClassName
{
background-color: #73942F;
}
</style>
border-color css
<style>
span { border-color: #73942F; }
span { border-color: rgb(115,148,47); }
td.TdClassName
{
border-color: #73942F;
}
.TagClassName
{
border-color: #73942F;
}
</style>