Shades of Sushi #72913B
Tints of Sushi #72913B
RGB
CMYK
RGB Variations
Color information
#72913B (or 0x72913B) is known color: Sushi. HEX triplet: 72, 91 and 3B. RGB value is (114,145,59). Sum of RGB (Red+Green+Blue) = 114+145+59=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #72913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72913B is #8D6EC4. Grayscale: #7E7E7E. Windows color (decimal): -9268933 or 3903858. OLE color: 3903858.
HSL color Cylindrical-coordinate representation of color #72913B: hue angle of 81.63º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72913B is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 145 | 59 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.43 |
| HSL | 81.63º | 0.42% | 0.4% | - |
| HSV(B) | 81.63º | 0.59% | 0.57% | - |
| XYZ | 17.85 | 24.14 | 7.86 | - |
| YUV | 125.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 59 | 0.21 | 0 | 0.59 | 0.43 | 81.63 | 0.42 | 0.4 |
| Hex | 72 | 91 | 3B | 15 | 0 | 3B | 2B | 52 | 2A | 28 |
| Octal | 162 | 221 | 73 | 25 | 0 | 73 | 53 | 122 | 52 | 50 |
| Binary | 1110010 | 10010001 | 111011 | 10101 | 0 | 111011 | 101011 | 1010010 | 101010 | 101000 |
Color Harmonies of #72913B
Complementary color
Monochromatic Colors of #72913B
Black with #72913B
Text Example
Text Example
White with #72913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72913B; }
p { color: rgb(114,145,59); }
H1.HeaderClassName
{
color: #72913B;
}
.AnyTagClassName
{
color: #72913B;
}
</style>
background-color css
<style>
a { background-color: #72913B; }
a { background-color: rgb(114,145,59); }
div.DivClassName
{
background-color: #72913B;
}
.BgClassName
{
background-color: #72913B;
}
</style>
border-color css
<style>
span { border-color: #72913B; }
span { border-color: rgb(114,145,59); }
td.TdClassName
{
border-color: #72913B;
}
.TagClassName
{
border-color: #72913B;
}
</style>