Shades of Sushi #73A834
Tints of Sushi #73A834
RGB
CMYK
RGB Variations
Color information
#73A834 (or 0x73A834) is known color: Sushi. HEX triplet: 73, A8 and 34. RGB value is (115,168,52). Sum of RGB (Red+Green+Blue) = 115+168+52=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #73A834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A834 is #8C57CB. Grayscale: #8B8B8B. Windows color (decimal): -9197516 or 3450995. OLE color: 3450995.
HSL color Cylindrical-coordinate representation of color #73A834: hue angle of 87.41º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73A834 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 52 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.34 |
| HSL | 87.41º | 0.53% | 0.43% | - |
| HSV(B) | 87.41º | 0.69% | 0.66% | - |
| XYZ | 21.69 | 31.9 | 8.26 | - |
| YUV | 138.93 | 78.94 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 52 | 0.32 | 0 | 0.69 | 0.34 | 87.41 | 0.53 | 0.43 |
| Hex | 73 | A8 | 34 | 20 | 0 | 45 | 22 | 57 | 35 | 2B |
| Octal | 163 | 250 | 64 | 40 | 0 | 105 | 42 | 127 | 65 | 53 |
| Binary | 1110011 | 10101000 | 110100 | 100000 | 0 | 1000101 | 100010 | 1010111 | 110101 | 101011 |
Color Harmonies of #73A834
Complementary color
Monochromatic Colors of #73A834
Black with #73A834
Text Example
Text Example
White with #73A834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A834; }
p { color: rgb(115,168,52); }
H1.HeaderClassName
{
color: #73A834;
}
.AnyTagClassName
{
color: #73A834;
}
</style>
background-color css
<style>
a { background-color: #73A834; }
a { background-color: rgb(115,168,52); }
div.DivClassName
{
background-color: #73A834;
}
.BgClassName
{
background-color: #73A834;
}
</style>
border-color css
<style>
span { border-color: #73A834; }
span { border-color: rgb(115,168,52); }
td.TdClassName
{
border-color: #73A834;
}
.TagClassName
{
border-color: #73A834;
}
</style>