Shades of Sushi #73993E
Tints of Sushi #73993E
RGB
CMYK
RGB Variations
Color information
#73993E (or 0x73993E) is known color: Sushi. HEX triplet: 73, 99 and 3E. RGB value is (115,153,62). Sum of RGB (Red+Green+Blue) = 115+153+62=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #73993E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73993E is #8C66C1. Grayscale: #838383. Windows color (decimal): -9201346 or 4102515. OLE color: 4102515.
HSL color Cylindrical-coordinate representation of color #73993E: hue angle of 85.05º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73993E is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 62 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.4 |
| HSL | 85.05º | 0.42% | 0.42% | - |
| HSV(B) | 85.05º | 0.59% | 0.6% | - |
| XYZ | 19.33 | 26.78 | 8.71 | - |
| YUV | 131.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 62 | 0.25 | 0 | 0.59 | 0.4 | 85.05 | 0.42 | 0.42 |
| Hex | 73 | 99 | 3E | 19 | 0 | 3B | 28 | 55 | 2A | 2A |
| Octal | 163 | 231 | 76 | 31 | 0 | 73 | 50 | 125 | 52 | 52 |
| Binary | 1110011 | 10011001 | 111110 | 11001 | 0 | 111011 | 101000 | 1010101 | 101010 | 101010 |
Color Harmonies of #73993E
Complementary color
Monochromatic Colors of #73993E
Black with #73993E
Text Example
Text Example
White with #73993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73993E; }
p { color: rgb(115,153,62); }
H1.HeaderClassName
{
color: #73993E;
}
.AnyTagClassName
{
color: #73993E;
}
</style>
background-color css
<style>
a { background-color: #73993E; }
a { background-color: rgb(115,153,62); }
div.DivClassName
{
background-color: #73993E;
}
.BgClassName
{
background-color: #73993E;
}
</style>
border-color css
<style>
span { border-color: #73993E; }
span { border-color: rgb(115,153,62); }
td.TdClassName
{
border-color: #73993E;
}
.TagClassName
{
border-color: #73993E;
}
</style>