Shades of Sushi #73A838
Tints of Sushi #73A838
RGB
CMYK
RGB Variations
Color information
#73A838 (or 0x73A838) is known color: Sushi. HEX triplet: 73, A8 and 38. RGB value is (115,168,56). Sum of RGB (Red+Green+Blue) = 115+168+56=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #73A838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A838 is #8C57C7. Grayscale: #8B8B8B. Windows color (decimal): -9197512 or 3713139. OLE color: 3713139.
HSL color Cylindrical-coordinate representation of color #73A838: hue angle of 88.39º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73A838 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 56 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.34 |
| HSL | 88.39º | 0.5% | 0.44% | - |
| HSV(B) | 88.39º | 0.67% | 0.66% | - |
| XYZ | 21.79 | 31.94 | 8.76 | - |
| YUV | 139.39 | 80.94 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 56 | 0.32 | 0 | 0.67 | 0.34 | 88.39 | 0.5 | 0.44 |
| Hex | 73 | A8 | 38 | 20 | 0 | 43 | 22 | 58 | 32 | 2C |
| Octal | 163 | 250 | 70 | 40 | 0 | 103 | 42 | 130 | 62 | 54 |
| Binary | 1110011 | 10101000 | 111000 | 100000 | 0 | 1000011 | 100010 | 1011000 | 110010 | 101100 |
Color Harmonies of #73A838
Complementary color
Monochromatic Colors of #73A838
Black with #73A838
Text Example
Text Example
White with #73A838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A838; }
p { color: rgb(115,168,56); }
H1.HeaderClassName
{
color: #73A838;
}
.AnyTagClassName
{
color: #73A838;
}
</style>
background-color css
<style>
a { background-color: #73A838; }
a { background-color: rgb(115,168,56); }
div.DivClassName
{
background-color: #73A838;
}
.BgClassName
{
background-color: #73A838;
}
</style>
border-color css
<style>
span { border-color: #73A838; }
span { border-color: rgb(115,168,56); }
td.TdClassName
{
border-color: #73A838;
}
.TagClassName
{
border-color: #73A838;
}
</style>