Shades of Sushi #74A83A
Tints of Sushi #74A83A
RGB
CMYK
RGB Variations
Color information
#74A83A (or 0x74A83A) is known color: Sushi. HEX triplet: 74, A8 and 3A. RGB value is (116,168,58). Sum of RGB (Red+Green+Blue) = 116+168+58=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #74A83A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A83A is #8B57C5. Grayscale: #8C8C8C. Windows color (decimal): -9131974 or 3844212. OLE color: 3844212.
HSL color Cylindrical-coordinate representation of color #74A83A: hue angle of 88.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74A83A is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
RGB | 116 | 168 | 58 | - |
CMYK | 0.31 | 0 | 0.65 | 0.34 |
HSL | 88.36º | 0.49% | 0.44% | - |
HSV(B) | 88.36º | 0.65% | 0.66% | - |
XYZ | 21.97 | 32.02 | 9.03 | - |
YUV | 139.91 | 81.77 | 110.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 116 | 168 | 58 | 0.31 | 0 | 0.65 | 0.34 | 88.36 | 0.49 | 0.44 |
Hex | 74 | A8 | 3A | 1F | 0 | 41 | 22 | 58 | 31 | 2C |
Octal | 164 | 250 | 72 | 37 | 0 | 101 | 42 | 130 | 61 | 54 |
Binary | 1110100 | 10101000 | 111010 | 11111 | 0 | 1000001 | 100010 | 1011000 | 110001 | 101100 |
Color Harmonies of #74A83A
Complementary color
Monochromatic Colors of #74A83A
Black with #74A83A
Text Example
Text Example
White with #74A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A83A; }
p { color: rgb(116,168,58); }
H1.HeaderClassName
{
color: #74A83A;
}
.AnyTagClassName
{
color: #74A83A;
}
</style>
background-color css
<style>
a { background-color: #74A83A; }
a { background-color: rgb(116,168,58); }
div.DivClassName
{
background-color: #74A83A;
}
.BgClassName
{
background-color: #74A83A;
}
</style>
border-color css
<style>
span { border-color: #74A83A; }
span { border-color: rgb(116,168,58); }
td.TdClassName
{
border-color: #74A83A;
}
.TagClassName
{
border-color: #74A83A;
}
</style>