Shades of Sushi #73AB34
Tints of Sushi #73AB34
RGB
CMYK
RGB Variations
Color information
#73AB34 (or 0x73AB34) is known color: Sushi. HEX triplet: 73, AB and 34. RGB value is (115,171,52). Sum of RGB (Red+Green+Blue) = 115+171+52=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AB34 is #8C54CB. Grayscale: #8D8D8D. Windows color (decimal): -9196748 or 3451763. OLE color: 3451763.
HSL color Cylindrical-coordinate representation of color #73AB34: hue angle of 88.24º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73AB34 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 52 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.33 |
| HSL | 88.24º | 0.53% | 0.44% | - |
| HSV(B) | 88.24º | 0.7% | 0.67% | - |
| XYZ | 22.25 | 33.02 | 8.45 | - |
| YUV | 140.69 | 77.95 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 52 | 0.33 | 0 | 0.70 | 0.33 | 88.24 | 0.53 | 0.44 |
| Hex | 73 | AB | 34 | 21 | 0 | 46 | 21 | 58 | 35 | 2C |
| Octal | 163 | 253 | 64 | 41 | 0 | 106 | 41 | 130 | 65 | 54 |
| Binary | 1110011 | 10101011 | 110100 | 100001 | 0 | 1000110 | 100001 | 1011000 | 110101 | 101100 |
Color Harmonies of #73AB34
Complementary color
Monochromatic Colors of #73AB34
Black with #73AB34
Text Example
Text Example
White with #73AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AB34; }
p { color: rgb(115,171,52); }
H1.HeaderClassName
{
color: #73AB34;
}
.AnyTagClassName
{
color: #73AB34;
}
</style>
background-color css
<style>
a { background-color: #73AB34; }
a { background-color: rgb(115,171,52); }
div.DivClassName
{
background-color: #73AB34;
}
.BgClassName
{
background-color: #73AB34;
}
</style>
border-color css
<style>
span { border-color: #73AB34; }
span { border-color: rgb(115,171,52); }
td.TdClassName
{
border-color: #73AB34;
}
.TagClassName
{
border-color: #73AB34;
}
</style>