Shades of Sushi #73993C
Tints of Sushi #73993C
RGB
CMYK
RGB Variations
Color information
#73993C (or 0x73993C) is known color: Sushi. HEX triplet: 73, 99 and 3C. RGB value is (115,153,60). Sum of RGB (Red+Green+Blue) = 115+153+60=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #73993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73993C is #8C66C3. Grayscale: #838383. Windows color (decimal): -9201348 or 3971443. OLE color: 3971443.
HSL color Cylindrical-coordinate representation of color #73993C: hue angle of 84.52º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73993C is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 60 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.4 |
| HSL | 84.52º | 0.44% | 0.42% | - |
| HSV(B) | 84.52º | 0.61% | 0.6% | - |
| XYZ | 19.28 | 26.75 | 8.42 | - |
| YUV | 131.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 60 | 0.25 | 0 | 0.61 | 0.4 | 84.52 | 0.44 | 0.42 |
| Hex | 73 | 99 | 3C | 19 | 0 | 3D | 28 | 55 | 2C | 2A |
| Octal | 163 | 231 | 74 | 31 | 0 | 75 | 50 | 125 | 54 | 52 |
| Binary | 1110011 | 10011001 | 111100 | 11001 | 0 | 111101 | 101000 | 1010101 | 101100 | 101010 |
Color Harmonies of #73993C
Complementary color
Monochromatic Colors of #73993C
Black with #73993C
Text Example
Text Example
White with #73993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73993C; }
p { color: rgb(115,153,60); }
H1.HeaderClassName
{
color: #73993C;
}
.AnyTagClassName
{
color: #73993C;
}
</style>
background-color css
<style>
a { background-color: #73993C; }
a { background-color: rgb(115,153,60); }
div.DivClassName
{
background-color: #73993C;
}
.BgClassName
{
background-color: #73993C;
}
</style>
border-color css
<style>
span { border-color: #73993C; }
span { border-color: rgb(115,153,60); }
td.TdClassName
{
border-color: #73993C;
}
.TagClassName
{
border-color: #73993C;
}
</style>