Shades of Sushi #7BAE34
Tints of Sushi #7BAE34
RGB
CMYK
RGB Variations
Color information
#7BAE34 (or 0x7BAE34) is known color: Sushi. HEX triplet: 7B, AE and 34. RGB value is (123,174,52). Sum of RGB (Red+Green+Blue) = 123+174+52=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAE34 is #8451CB. Grayscale: #919191. Windows color (decimal): -8671692 or 3452539. OLE color: 3452539.
HSL color Cylindrical-coordinate representation of color #7BAE34: hue angle of 85.08º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7BAE34 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 52 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.32 |
| HSL | 85.08º | 0.54% | 0.44% | - |
| HSV(B) | 85.08º | 0.7% | 0.68% | - |
| XYZ | 23.92 | 34.73 | 8.69 | - |
| YUV | 144.84 | 75.6 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 52 | 0.29 | 0 | 0.70 | 0.32 | 85.08 | 0.54 | 0.44 |
| Hex | 7B | AE | 34 | 1D | 0 | 46 | 20 | 55 | 36 | 2C |
| Octal | 173 | 256 | 64 | 35 | 0 | 106 | 40 | 125 | 66 | 54 |
| Binary | 1111011 | 10101110 | 110100 | 11101 | 0 | 1000110 | 100000 | 1010101 | 110110 | 101100 |
Color Harmonies of #7BAE34
Complementary color
Monochromatic Colors of #7BAE34
Black with #7BAE34
Text Example
Text Example
White with #7BAE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE34; }
p { color: rgb(123,174,52); }
H1.HeaderClassName
{
color: #7BAE34;
}
.AnyTagClassName
{
color: #7BAE34;
}
</style>
background-color css
<style>
a { background-color: #7BAE34; }
a { background-color: rgb(123,174,52); }
div.DivClassName
{
background-color: #7BAE34;
}
.BgClassName
{
background-color: #7BAE34;
}
</style>
border-color css
<style>
span { border-color: #7BAE34; }
span { border-color: rgb(123,174,52); }
td.TdClassName
{
border-color: #7BAE34;
}
.TagClassName
{
border-color: #7BAE34;
}
</style>