Shades of Sushi #7BAF40
Tints of Sushi #7BAF40
RGB
CMYK
RGB Variations
Color information
#7BAF40 (or 0x7BAF40) is known color: Sushi. HEX triplet: 7B, AF and 40. RGB value is (123,175,64). Sum of RGB (Red+Green+Blue) = 123+175+64=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF40 is #8450BF. Grayscale: #939393. Windows color (decimal): -8671424 or 4239227. OLE color: 4239227.
HSL color Cylindrical-coordinate representation of color #7BAF40: hue angle of 88.11º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7BAF40 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 64 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.31 |
| HSL | 88.11º | 0.46% | 0.47% | - |
| HSV(B) | 88.11º | 0.63% | 0.69% | - |
| XYZ | 24.42 | 35.24 | 10.37 | - |
| YUV | 146.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 64 | 0.30 | 0 | 0.63 | 0.31 | 88.11 | 0.46 | 0.47 |
| Hex | 7B | AF | 40 | 1E | 0 | 3F | 1F | 58 | 2E | 2F |
| Octal | 173 | 257 | 100 | 36 | 0 | 77 | 37 | 130 | 56 | 57 |
| Binary | 1111011 | 10101111 | 1000000 | 11110 | 0 | 111111 | 11111 | 1011000 | 101110 | 101111 |
Color Harmonies of #7BAF40
Complementary color
Monochromatic Colors of #7BAF40
Black with #7BAF40
Text Example
Text Example
White with #7BAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF40; }
p { color: rgb(123,175,64); }
H1.HeaderClassName
{
color: #7BAF40;
}
.AnyTagClassName
{
color: #7BAF40;
}
</style>
background-color css
<style>
a { background-color: #7BAF40; }
a { background-color: rgb(123,175,64); }
div.DivClassName
{
background-color: #7BAF40;
}
.BgClassName
{
background-color: #7BAF40;
}
</style>
border-color css
<style>
span { border-color: #7BAF40; }
span { border-color: rgb(123,175,64); }
td.TdClassName
{
border-color: #7BAF40;
}
.TagClassName
{
border-color: #7BAF40;
}
</style>