Shades of Sushi #7BA93F
Tints of Sushi #7BA93F
RGB
CMYK
RGB Variations
Color information
#7BA93F (or 0x7BA93F) is known color: Sushi. HEX triplet: 7B, A9 and 3F. RGB value is (123,169,63). Sum of RGB (Red+Green+Blue) = 123+169+63=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA93F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA93F is #8456C0. Grayscale: #8F8F8F. Windows color (decimal): -8672961 or 4172155. OLE color: 4172155.
HSL color Cylindrical-coordinate representation of color #7BA93F: hue angle of 86.04º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7BA93F is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 63 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.34 |
| HSL | 86.04º | 0.46% | 0.45% | - |
| HSV(B) | 86.04º | 0.63% | 0.66% | - |
| XYZ | 23.25 | 32.95 | 9.84 | - |
| YUV | 143.16 | 82.76 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 63 | 0.27 | 0 | 0.63 | 0.34 | 86.04 | 0.46 | 0.45 |
| Hex | 7B | A9 | 3F | 1B | 0 | 3F | 22 | 56 | 2E | 2D |
| Octal | 173 | 251 | 77 | 33 | 0 | 77 | 42 | 126 | 56 | 55 |
| Binary | 1111011 | 10101001 | 111111 | 11011 | 0 | 111111 | 100010 | 1010110 | 101110 | 101101 |
Color Harmonies of #7BA93F
Complementary color
Monochromatic Colors of #7BA93F
Black with #7BA93F
Text Example
Text Example
White with #7BA93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA93F; }
p { color: rgb(123,169,63); }
H1.HeaderClassName
{
color: #7BA93F;
}
.AnyTagClassName
{
color: #7BA93F;
}
</style>
background-color css
<style>
a { background-color: #7BA93F; }
a { background-color: rgb(123,169,63); }
div.DivClassName
{
background-color: #7BA93F;
}
.BgClassName
{
background-color: #7BA93F;
}
</style>
border-color css
<style>
span { border-color: #7BA93F; }
span { border-color: rgb(123,169,63); }
td.TdClassName
{
border-color: #7BA93F;
}
.TagClassName
{
border-color: #7BA93F;
}
</style>