Shades of Sushi #7BAF3A
Tints of Sushi #7BAF3A
RGB
CMYK
RGB Variations
Color information
#7BAF3A (or 0x7BAF3A) is known color: Sushi. HEX triplet: 7B, AF and 3A. RGB value is (123,175,58). Sum of RGB (Red+Green+Blue) = 123+175+58=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF3A is #8450C5. Grayscale: #929292. Windows color (decimal): -8671430 or 3846011. OLE color: 3846011.
HSL color Cylindrical-coordinate representation of color #7BAF3A: hue angle of 86.67º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BAF3A is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 58 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.31 |
| HSL | 86.67º | 0.5% | 0.46% | - |
| HSV(B) | 86.67º | 0.67% | 0.69% | - |
| XYZ | 24.26 | 35.18 | 9.51 | - |
| YUV | 146.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 58 | 0.30 | 0 | 0.67 | 0.31 | 86.67 | 0.5 | 0.46 |
| Hex | 7B | AF | 3A | 1E | 0 | 43 | 1F | 57 | 32 | 2E |
| Octal | 173 | 257 | 72 | 36 | 0 | 103 | 37 | 127 | 62 | 56 |
| Binary | 1111011 | 10101111 | 111010 | 11110 | 0 | 1000011 | 11111 | 1010111 | 110010 | 101110 |
Color Harmonies of #7BAF3A
Complementary color
Monochromatic Colors of #7BAF3A
Black with #7BAF3A
Text Example
Text Example
White with #7BAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF3A; }
p { color: rgb(123,175,58); }
H1.HeaderClassName
{
color: #7BAF3A;
}
.AnyTagClassName
{
color: #7BAF3A;
}
</style>
background-color css
<style>
a { background-color: #7BAF3A; }
a { background-color: rgb(123,175,58); }
div.DivClassName
{
background-color: #7BAF3A;
}
.BgClassName
{
background-color: #7BAF3A;
}
</style>
border-color css
<style>
span { border-color: #7BAF3A; }
span { border-color: rgb(123,175,58); }
td.TdClassName
{
border-color: #7BAF3A;
}
.TagClassName
{
border-color: #7BAF3A;
}
</style>