Shades of Sushi #73933D
Tints of Sushi #73933D
RGB
CMYK
RGB Variations
Color information
#73933D (or 0x73933D) is known color: Sushi. HEX triplet: 73, 93 and 3D. RGB value is (115,147,61). Sum of RGB (Red+Green+Blue) = 115+147+61=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #73933D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73933D is #8C6CC2. Grayscale: #7F7F7F. Windows color (decimal): -9202883 or 4035443. OLE color: 4035443.
HSL color Cylindrical-coordinate representation of color #73933D: hue angle of 82.33º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73933D is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 147 | 61 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.42 |
| HSL | 82.33º | 0.41% | 0.41% | - |
| HSV(B) | 82.33º | 0.59% | 0.58% | - |
| XYZ | 18.35 | 24.85 | 8.24 | - |
| YUV | 127.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 61 | 0.22 | 0 | 0.59 | 0.42 | 82.33 | 0.41 | 0.41 |
| Hex | 73 | 93 | 3D | 16 | 0 | 3B | 2A | 52 | 29 | 29 |
| Octal | 163 | 223 | 75 | 26 | 0 | 73 | 52 | 122 | 51 | 51 |
| Binary | 1110011 | 10010011 | 111101 | 10110 | 0 | 111011 | 101010 | 1010010 | 101001 | 101001 |
Color Harmonies of #73933D
Complementary color
Monochromatic Colors of #73933D
Black with #73933D
Text Example
Text Example
White with #73933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73933D; }
p { color: rgb(115,147,61); }
H1.HeaderClassName
{
color: #73933D;
}
.AnyTagClassName
{
color: #73933D;
}
</style>
background-color css
<style>
a { background-color: #73933D; }
a { background-color: rgb(115,147,61); }
div.DivClassName
{
background-color: #73933D;
}
.BgClassName
{
background-color: #73933D;
}
</style>
border-color css
<style>
span { border-color: #73933D; }
span { border-color: rgb(115,147,61); }
td.TdClassName
{
border-color: #73933D;
}
.TagClassName
{
border-color: #73933D;
}
</style>