Shades of Sushi #7B9E3F
Tints of Sushi #7B9E3F
RGB
CMYK
RGB Variations
Color information
#7B9E3F (or 0x7B9E3F) is known color: Sushi. HEX triplet: 7B, 9E and 3F. RGB value is (123,158,63). Sum of RGB (Red+Green+Blue) = 123+158+63=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9E3F is #8461C0. Grayscale: #898989. Windows color (decimal): -8675777 or 4169339. OLE color: 4169339.
HSL color Cylindrical-coordinate representation of color #7B9E3F: hue angle of 82.11º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B9E3F is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 63 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.38 |
| HSL | 82.11º | 0.43% | 0.43% | - |
| HSV(B) | 82.11º | 0.6% | 0.62% | - |
| XYZ | 21.29 | 29.02 | 9.18 | - |
| YUV | 136.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 63 | 0.22 | 0 | 0.60 | 0.38 | 82.11 | 0.43 | 0.43 |
| Hex | 7B | 9E | 3F | 16 | 0 | 3C | 26 | 52 | 2B | 2B |
| Octal | 173 | 236 | 77 | 26 | 0 | 74 | 46 | 122 | 53 | 53 |
| Binary | 1111011 | 10011110 | 111111 | 10110 | 0 | 111100 | 100110 | 1010010 | 101011 | 101011 |
Color Harmonies of #7B9E3F
Complementary color
Monochromatic Colors of #7B9E3F
Black with #7B9E3F
Text Example
Text Example
White with #7B9E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E3F; }
p { color: rgb(123,158,63); }
H1.HeaderClassName
{
color: #7B9E3F;
}
.AnyTagClassName
{
color: #7B9E3F;
}
</style>
background-color css
<style>
a { background-color: #7B9E3F; }
a { background-color: rgb(123,158,63); }
div.DivClassName
{
background-color: #7B9E3F;
}
.BgClassName
{
background-color: #7B9E3F;
}
</style>
border-color css
<style>
span { border-color: #7B9E3F; }
span { border-color: rgb(123,158,63); }
td.TdClassName
{
border-color: #7B9E3F;
}
.TagClassName
{
border-color: #7B9E3F;
}
</style>