Shades of Sushi #72953F
Tints of Sushi #72953F
RGB
CMYK
RGB Variations
Color information
#72953F (or 0x72953F) is known color: Sushi. HEX triplet: 72, 95 and 3F. RGB value is (114,149,63). Sum of RGB (Red+Green+Blue) = 114+149+63=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #72953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72953F is #8D6AC0. Grayscale: #818181. Windows color (decimal): -9267905 or 4167026. OLE color: 4167026.
HSL color Cylindrical-coordinate representation of color #72953F: hue angle of 84.42º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72953F is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 149 | 63 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.42 |
| HSL | 84.42º | 0.41% | 0.42% | - |
| HSV(B) | 84.42º | 0.58% | 0.58% | - |
| XYZ | 18.58 | 25.43 | 8.63 | - |
| YUV | 128.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 63 | 0.23 | 0 | 0.58 | 0.42 | 84.42 | 0.41 | 0.42 |
| Hex | 72 | 95 | 3F | 17 | 0 | 3A | 2A | 54 | 29 | 2A |
| Octal | 162 | 225 | 77 | 27 | 0 | 72 | 52 | 124 | 51 | 52 |
| Binary | 1110010 | 10010101 | 111111 | 10111 | 0 | 111010 | 101010 | 1010100 | 101001 | 101010 |
Color Harmonies of #72953F
Complementary color
Monochromatic Colors of #72953F
Black with #72953F
Text Example
Text Example
White with #72953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72953F; }
p { color: rgb(114,149,63); }
H1.HeaderClassName
{
color: #72953F;
}
.AnyTagClassName
{
color: #72953F;
}
</style>
background-color css
<style>
a { background-color: #72953F; }
a { background-color: rgb(114,149,63); }
div.DivClassName
{
background-color: #72953F;
}
.BgClassName
{
background-color: #72953F;
}
</style>
border-color css
<style>
span { border-color: #72953F; }
span { border-color: rgb(114,149,63); }
td.TdClassName
{
border-color: #72953F;
}
.TagClassName
{
border-color: #72953F;
}
</style>