Shades of Sushi #74923B
Tints of Sushi #74923B
RGB
CMYK
RGB Variations
Color information
#74923B (or 0x74923B) is known color: Sushi. HEX triplet: 74, 92 and 3B. RGB value is (116,146,59). Sum of RGB (Red+Green+Blue) = 116+146+59=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #74923B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74923B is #8B6DC4. Grayscale: #7F7F7F. Windows color (decimal): -9137605 or 3904116. OLE color: 3904116.
HSL color Cylindrical-coordinate representation of color #74923B: hue angle of 80.69º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74923B is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 146 | 59 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.43 |
| HSL | 80.69º | 0.42% | 0.4% | - |
| HSV(B) | 80.69º | 0.6% | 0.57% | - |
| XYZ | 18.27 | 24.59 | 7.92 | - |
| YUV | 127.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 59 | 0.21 | 0 | 0.60 | 0.43 | 80.69 | 0.42 | 0.4 |
| Hex | 74 | 92 | 3B | 15 | 0 | 3C | 2B | 51 | 2A | 28 |
| Octal | 164 | 222 | 73 | 25 | 0 | 74 | 53 | 121 | 52 | 50 |
| Binary | 1110100 | 10010010 | 111011 | 10101 | 0 | 111100 | 101011 | 1010001 | 101010 | 101000 |
Color Harmonies of #74923B
Complementary color
Monochromatic Colors of #74923B
Black with #74923B
Text Example
Text Example
White with #74923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74923B; }
p { color: rgb(116,146,59); }
H1.HeaderClassName
{
color: #74923B;
}
.AnyTagClassName
{
color: #74923B;
}
</style>
background-color css
<style>
a { background-color: #74923B; }
a { background-color: rgb(116,146,59); }
div.DivClassName
{
background-color: #74923B;
}
.BgClassName
{
background-color: #74923B;
}
</style>
border-color css
<style>
span { border-color: #74923B; }
span { border-color: rgb(116,146,59); }
td.TdClassName
{
border-color: #74923B;
}
.TagClassName
{
border-color: #74923B;
}
</style>