Shades of Sushi #7BAE38
Tints of Sushi #7BAE38
RGB
CMYK
RGB Variations
Color information
#7BAE38 (or 0x7BAE38) is known color: Sushi. HEX triplet: 7B, AE and 38. RGB value is (123,174,56). Sum of RGB (Red+Green+Blue) = 123+174+56=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAE38 is #8451C7. Grayscale: #919191. Windows color (decimal): -8671688 or 3714683. OLE color: 3714683.
HSL color Cylindrical-coordinate representation of color #7BAE38: hue angle of 85.93º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BAE38 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 56 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.32 |
| HSL | 85.93º | 0.51% | 0.45% | - |
| HSV(B) | 85.93º | 0.68% | 0.68% | - |
| XYZ | 24.02 | 34.77 | 9.19 | - |
| YUV | 145.3 | 77.6 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 56 | 0.29 | 0 | 0.68 | 0.32 | 85.93 | 0.51 | 0.45 |
| Hex | 7B | AE | 38 | 1D | 0 | 44 | 20 | 56 | 33 | 2D |
| Octal | 173 | 256 | 70 | 35 | 0 | 104 | 40 | 126 | 63 | 55 |
| Binary | 1111011 | 10101110 | 111000 | 11101 | 0 | 1000100 | 100000 | 1010110 | 110011 | 101101 |
Color Harmonies of #7BAE38
Complementary color
Monochromatic Colors of #7BAE38
Black with #7BAE38
Text Example
Text Example
White with #7BAE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE38; }
p { color: rgb(123,174,56); }
H1.HeaderClassName
{
color: #7BAE38;
}
.AnyTagClassName
{
color: #7BAE38;
}
</style>
background-color css
<style>
a { background-color: #7BAE38; }
a { background-color: rgb(123,174,56); }
div.DivClassName
{
background-color: #7BAE38;
}
.BgClassName
{
background-color: #7BAE38;
}
</style>
border-color css
<style>
span { border-color: #7BAE38; }
span { border-color: rgb(123,174,56); }
td.TdClassName
{
border-color: #7BAE38;
}
.TagClassName
{
border-color: #7BAE38;
}
</style>