Shades of Sushi #72973F
Tints of Sushi #72973F
RGB
CMYK
RGB Variations
Color information
#72973F (or 0x72973F) is known color: Sushi. HEX triplet: 72, 97 and 3F. RGB value is (114,151,63). Sum of RGB (Red+Green+Blue) = 114+151+63=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #72973F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72973F is #8D68C0. Grayscale: #828282. Windows color (decimal): -9267393 or 4167538. OLE color: 4167538.
HSL color Cylindrical-coordinate representation of color #72973F: hue angle of 85.23º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72973F is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 151 | 63 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.41 |
| HSL | 85.23º | 0.41% | 0.42% | - |
| HSV(B) | 85.23º | 0.58% | 0.59% | - |
| XYZ | 18.9 | 26.07 | 8.74 | - |
| YUV | 129.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 151 | 63 | 0.25 | 0 | 0.58 | 0.41 | 85.23 | 0.41 | 0.42 |
| Hex | 72 | 97 | 3F | 19 | 0 | 3A | 29 | 55 | 29 | 2A |
| Octal | 162 | 227 | 77 | 31 | 0 | 72 | 51 | 125 | 51 | 52 |
| Binary | 1110010 | 10010111 | 111111 | 11001 | 0 | 111010 | 101001 | 1010101 | 101001 | 101010 |
Color Harmonies of #72973F
Complementary color
Monochromatic Colors of #72973F
Black with #72973F
Text Example
Text Example
White with #72973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72973F; }
p { color: rgb(114,151,63); }
H1.HeaderClassName
{
color: #72973F;
}
.AnyTagClassName
{
color: #72973F;
}
</style>
background-color css
<style>
a { background-color: #72973F; }
a { background-color: rgb(114,151,63); }
div.DivClassName
{
background-color: #72973F;
}
.BgClassName
{
background-color: #72973F;
}
</style>
border-color css
<style>
span { border-color: #72973F; }
span { border-color: rgb(114,151,63); }
td.TdClassName
{
border-color: #72973F;
}
.TagClassName
{
border-color: #72973F;
}
</style>