Shades of Sushi #73993F
Tints of Sushi #73993F
RGB
CMYK
RGB Variations
Color information
#73993F (or 0x73993F) is known color: Sushi. HEX triplet: 73, 99 and 3F. RGB value is (115,153,63). Sum of RGB (Red+Green+Blue) = 115+153+63=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #73993F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73993F is #8C66C0. Grayscale: #838383. Windows color (decimal): -9201345 or 4168051. OLE color: 4168051.
HSL color Cylindrical-coordinate representation of color #73993F: hue angle of 85.33º 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 #73993F is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 63 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.4 |
| HSL | 85.33º | 0.42% | 0.42% | - |
| HSV(B) | 85.33º | 0.59% | 0.6% | - |
| XYZ | 19.36 | 26.79 | 8.85 | - |
| YUV | 131.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 63 | 0.25 | 0 | 0.59 | 0.4 | 85.33 | 0.42 | 0.42 |
| Hex | 73 | 99 | 3F | 19 | 0 | 3B | 28 | 55 | 2A | 2A |
| Octal | 163 | 231 | 77 | 31 | 0 | 73 | 50 | 125 | 52 | 52 |
| Binary | 1110011 | 10011001 | 111111 | 11001 | 0 | 111011 | 101000 | 1010101 | 101010 | 101010 |
Color Harmonies of #73993F
Complementary color
Monochromatic Colors of #73993F
Black with #73993F
Text Example
Text Example
White with #73993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73993F; }
p { color: rgb(115,153,63); }
H1.HeaderClassName
{
color: #73993F;
}
.AnyTagClassName
{
color: #73993F;
}
</style>
background-color css
<style>
a { background-color: #73993F; }
a { background-color: rgb(115,153,63); }
div.DivClassName
{
background-color: #73993F;
}
.BgClassName
{
background-color: #73993F;
}
</style>
border-color css
<style>
span { border-color: #73993F; }
span { border-color: rgb(115,153,63); }
td.TdClassName
{
border-color: #73993F;
}
.TagClassName
{
border-color: #73993F;
}
</style>