Shades of Sushi #7BA23F
Tints of Sushi #7BA23F
RGB
CMYK
RGB Variations
Color information
#7BA23F (or 0x7BA23F) is known color: Sushi. HEX triplet: 7B, A2 and 3F. RGB value is (123,162,63). Sum of RGB (Red+Green+Blue) = 123+162+63=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA23F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA23F is #845DC0. Grayscale: #8B8B8B. Windows color (decimal): -8674753 or 4170363. OLE color: 4170363.
HSL color Cylindrical-coordinate representation of color #7BA23F: hue angle of 83.64º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BA23F is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 63 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.36 |
| HSL | 83.64º | 0.44% | 0.44% | - |
| HSV(B) | 83.64º | 0.61% | 0.64% | - |
| XYZ | 21.99 | 30.41 | 9.41 | - |
| YUV | 139.05 | 85.08 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 63 | 0.24 | 0 | 0.61 | 0.36 | 83.64 | 0.44 | 0.44 |
| Hex | 7B | A2 | 3F | 18 | 0 | 3D | 24 | 54 | 2C | 2C |
| Octal | 173 | 242 | 77 | 30 | 0 | 75 | 44 | 124 | 54 | 54 |
| Binary | 1111011 | 10100010 | 111111 | 11000 | 0 | 111101 | 100100 | 1010100 | 101100 | 101100 |
Color Harmonies of #7BA23F
Complementary color
Monochromatic Colors of #7BA23F
Black with #7BA23F
Text Example
Text Example
White with #7BA23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA23F; }
p { color: rgb(123,162,63); }
H1.HeaderClassName
{
color: #7BA23F;
}
.AnyTagClassName
{
color: #7BA23F;
}
</style>
background-color css
<style>
a { background-color: #7BA23F; }
a { background-color: rgb(123,162,63); }
div.DivClassName
{
background-color: #7BA23F;
}
.BgClassName
{
background-color: #7BA23F;
}
</style>
border-color css
<style>
span { border-color: #7BA23F; }
span { border-color: rgb(123,162,63); }
td.TdClassName
{
border-color: #7BA23F;
}
.TagClassName
{
border-color: #7BA23F;
}
</style>