Shades of Sushi #72923D
Tints of Sushi #72923D
RGB
CMYK
RGB Variations
Color information
#72923D (or 0x72923D) is known color: Sushi. HEX triplet: 72, 92 and 3D. RGB value is (114,146,61). Sum of RGB (Red+Green+Blue) = 114+146+61=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #72923D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72923D is #8D6DC2. Grayscale: #7F7F7F. Windows color (decimal): -9268675 or 4035186. OLE color: 4035186.
HSL color Cylindrical-coordinate representation of color #72923D: hue angle of 82.59º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72923D is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 146 | 61 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.43 |
| HSL | 82.59º | 0.41% | 0.41% | - |
| HSV(B) | 82.59º | 0.58% | 0.57% | - |
| XYZ | 18.06 | 24.47 | 8.19 | - |
| YUV | 126.74 | 90.9 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 61 | 0.22 | 0 | 0.58 | 0.43 | 82.59 | 0.41 | 0.41 |
| Hex | 72 | 92 | 3D | 16 | 0 | 3A | 2B | 53 | 29 | 29 |
| Octal | 162 | 222 | 75 | 26 | 0 | 72 | 53 | 123 | 51 | 51 |
| Binary | 1110010 | 10010010 | 111101 | 10110 | 0 | 111010 | 101011 | 1010011 | 101001 | 101001 |
Color Harmonies of #72923D
Complementary color
Monochromatic Colors of #72923D
Black with #72923D
Text Example
Text Example
White with #72923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72923D; }
p { color: rgb(114,146,61); }
H1.HeaderClassName
{
color: #72923D;
}
.AnyTagClassName
{
color: #72923D;
}
</style>
background-color css
<style>
a { background-color: #72923D; }
a { background-color: rgb(114,146,61); }
div.DivClassName
{
background-color: #72923D;
}
.BgClassName
{
background-color: #72923D;
}
</style>
border-color css
<style>
span { border-color: #72923D; }
span { border-color: rgb(114,146,61); }
td.TdClassName
{
border-color: #72923D;
}
.TagClassName
{
border-color: #72923D;
}
</style>