Shades of Sushi #74993B
Tints of Sushi #74993B
RGB
CMYK
RGB Variations
Color information
#74993B (or 0x74993B) is known color: Sushi. HEX triplet: 74, 99 and 3B. RGB value is (116,153,59). Sum of RGB (Red+Green+Blue) = 116+153+59=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #74993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74993B is #8B66C4. Grayscale: #838383. Windows color (decimal): -9135813 or 3905908. OLE color: 3905908.
HSL color Cylindrical-coordinate representation of color #74993B: hue angle of 83.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74993B is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 59 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.4 |
| HSL | 83.62º | 0.44% | 0.42% | - |
| HSV(B) | 83.62º | 0.61% | 0.6% | - |
| XYZ | 19.38 | 26.81 | 8.29 | - |
| YUV | 131.22 | 87.24 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 59 | 0.24 | 0 | 0.61 | 0.4 | 83.62 | 0.44 | 0.42 |
| Hex | 74 | 99 | 3B | 18 | 0 | 3D | 28 | 54 | 2C | 2A |
| Octal | 164 | 231 | 73 | 30 | 0 | 75 | 50 | 124 | 54 | 52 |
| Binary | 1110100 | 10011001 | 111011 | 11000 | 0 | 111101 | 101000 | 1010100 | 101100 | 101010 |
Color Harmonies of #74993B
Complementary color
Monochromatic Colors of #74993B
Black with #74993B
Text Example
Text Example
White with #74993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74993B; }
p { color: rgb(116,153,59); }
H1.HeaderClassName
{
color: #74993B;
}
.AnyTagClassName
{
color: #74993B;
}
</style>
background-color css
<style>
a { background-color: #74993B; }
a { background-color: rgb(116,153,59); }
div.DivClassName
{
background-color: #74993B;
}
.BgClassName
{
background-color: #74993B;
}
</style>
border-color css
<style>
span { border-color: #74993B; }
span { border-color: rgb(116,153,59); }
td.TdClassName
{
border-color: #74993B;
}
.TagClassName
{
border-color: #74993B;
}
</style>