Shades of Sushi #72993D
Tints of Sushi #72993D
RGB
CMYK
RGB Variations
Color information
#72993D (or 0x72993D) is known color: Sushi. HEX triplet: 72, 99 and 3D. RGB value is (114,153,61). Sum of RGB (Red+Green+Blue) = 114+153+61=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #72993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72993D is #8D66C2. Grayscale: #838383. Windows color (decimal): -9266883 or 4036978. OLE color: 4036978.
HSL color Cylindrical-coordinate representation of color #72993D: hue angle of 85.43º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72993D is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 61 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.4 |
| HSL | 85.43º | 0.43% | 0.42% | - |
| HSV(B) | 85.43º | 0.6% | 0.6% | - |
| XYZ | 19.17 | 26.7 | 8.56 | - |
| YUV | 130.85 | 88.58 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 61 | 0.25 | 0 | 0.60 | 0.4 | 85.43 | 0.43 | 0.42 |
| Hex | 72 | 99 | 3D | 19 | 0 | 3C | 28 | 55 | 2B | 2A |
| Octal | 162 | 231 | 75 | 31 | 0 | 74 | 50 | 125 | 53 | 52 |
| Binary | 1110010 | 10011001 | 111101 | 11001 | 0 | 111100 | 101000 | 1010101 | 101011 | 101010 |
Color Harmonies of #72993D
Complementary color
Monochromatic Colors of #72993D
Black with #72993D
Text Example
Text Example
White with #72993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72993D; }
p { color: rgb(114,153,61); }
H1.HeaderClassName
{
color: #72993D;
}
.AnyTagClassName
{
color: #72993D;
}
</style>
background-color css
<style>
a { background-color: #72993D; }
a { background-color: rgb(114,153,61); }
div.DivClassName
{
background-color: #72993D;
}
.BgClassName
{
background-color: #72993D;
}
</style>
border-color css
<style>
span { border-color: #72993D; }
span { border-color: rgb(114,153,61); }
td.TdClassName
{
border-color: #72993D;
}
.TagClassName
{
border-color: #72993D;
}
</style>