Shades of Sushi #74992A
Tints of Sushi #74992A
RGB
CMYK
RGB Variations
Color information
#74992A (or 0x74992A) is known color: Sushi. HEX triplet: 74, 99 and 2A. RGB value is (116,153,42). Sum of RGB (Red+Green+Blue) = 116+153+42=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #74992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74992A is #8B66D5. Grayscale: #818181. Windows color (decimal): -9135830 or 2791796. OLE color: 2791796.
HSL color Cylindrical-coordinate representation of color #74992A: hue angle of 80º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74992A is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 42 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.4 |
| HSL | 80º | 0.57% | 0.38% | - |
| HSV(B) | 80º | 0.73% | 0.6% | - |
| XYZ | 19.01 | 26.66 | 6.33 | - |
| YUV | 129.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 42 | 0.24 | 0 | 0.73 | 0.4 | 80 | 0.57 | 0.38 |
| Hex | 74 | 99 | 2A | 18 | 0 | 49 | 28 | 50 | 39 | 26 |
| Octal | 164 | 231 | 52 | 30 | 0 | 111 | 50 | 120 | 71 | 46 |
| Binary | 1110100 | 10011001 | 101010 | 11000 | 0 | 1001001 | 101000 | 1010000 | 111001 | 100110 |
Color Harmonies of #74992A
Complementary color
Monochromatic Colors of #74992A
Black with #74992A
Text Example
Text Example
White with #74992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74992A; }
p { color: rgb(116,153,42); }
H1.HeaderClassName
{
color: #74992A;
}
.AnyTagClassName
{
color: #74992A;
}
</style>
background-color css
<style>
a { background-color: #74992A; }
a { background-color: rgb(116,153,42); }
div.DivClassName
{
background-color: #74992A;
}
.BgClassName
{
background-color: #74992A;
}
</style>
border-color css
<style>
span { border-color: #74992A; }
span { border-color: rgb(116,153,42); }
td.TdClassName
{
border-color: #74992A;
}
.TagClassName
{
border-color: #74992A;
}
</style>