Shades of Sushi #7BAE41
Tints of Sushi #7BAE41
RGB
CMYK
RGB Variations
Color information
#7BAE41 (or 0x7BAE41) is known color: Sushi. HEX triplet: 7B, AE and 41. RGB value is (123,174,65). Sum of RGB (Red+Green+Blue) = 123+174+65=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAE41 is #8451BE. Grayscale: #929292. Windows color (decimal): -8671679 or 4304507. OLE color: 4304507.
HSL color Cylindrical-coordinate representation of color #7BAE41: hue angle of 88.07º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7BAE41 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 65 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.32 |
| HSL | 88.07º | 0.46% | 0.47% | - |
| HSV(B) | 88.07º | 0.63% | 0.68% | - |
| XYZ | 24.26 | 34.86 | 10.45 | - |
| YUV | 146.33 | 82.1 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 65 | 0.29 | 0 | 0.63 | 0.32 | 88.07 | 0.46 | 0.47 |
| Hex | 7B | AE | 41 | 1D | 0 | 3F | 20 | 58 | 2E | 2F |
| Octal | 173 | 256 | 101 | 35 | 0 | 77 | 40 | 130 | 56 | 57 |
| Binary | 1111011 | 10101110 | 1000001 | 11101 | 0 | 111111 | 100000 | 1011000 | 101110 | 101111 |
Color Harmonies of #7BAE41
Complementary color
Monochromatic Colors of #7BAE41
Black with #7BAE41
Text Example
Text Example
White with #7BAE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE41; }
p { color: rgb(123,174,65); }
H1.HeaderClassName
{
color: #7BAE41;
}
.AnyTagClassName
{
color: #7BAE41;
}
</style>
background-color css
<style>
a { background-color: #7BAE41; }
a { background-color: rgb(123,174,65); }
div.DivClassName
{
background-color: #7BAE41;
}
.BgClassName
{
background-color: #7BAE41;
}
</style>
border-color css
<style>
span { border-color: #7BAE41; }
span { border-color: rgb(123,174,65); }
td.TdClassName
{
border-color: #7BAE41;
}
.TagClassName
{
border-color: #7BAE41;
}
</style>