Shades of Sushi #7B9D27
Tints of Sushi #7B9D27
RGB
CMYK
RGB Variations
Color information
#7B9D27 (or 0x7B9D27) is known color: Sushi. HEX triplet: 7B, 9D and 27. RGB value is (123,157,39). Sum of RGB (Red+Green+Blue) = 123+157+39=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9D27 is #8462D8. Grayscale: #858585. Windows color (decimal): -8676057 or 2596219. OLE color: 2596219.
HSL color Cylindrical-coordinate representation of color #7B9D27: hue angle of 77.29º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B9D27 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 157 | 39 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.38 |
| HSL | 77.29º | 0.6% | 0.38% | - |
| HSV(B) | 77.29º | 0.75% | 0.62% | - |
| XYZ | 20.59 | 28.47 | 6.33 | - |
| YUV | 133.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 39 | 0.22 | 0 | 0.75 | 0.38 | 77.29 | 0.6 | 0.38 |
| Hex | 7B | 9D | 27 | 16 | 0 | 4B | 26 | 4D | 3C | 26 |
| Octal | 173 | 235 | 47 | 26 | 0 | 113 | 46 | 115 | 74 | 46 |
| Binary | 1111011 | 10011101 | 100111 | 10110 | 0 | 1001011 | 100110 | 1001101 | 111100 | 100110 |
Color Harmonies of #7B9D27
Complementary color
Monochromatic Colors of #7B9D27
Black with #7B9D27
Text Example
Text Example
White with #7B9D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9D27; }
p { color: rgb(123,157,39); }
H1.HeaderClassName
{
color: #7B9D27;
}
.AnyTagClassName
{
color: #7B9D27;
}
</style>
background-color css
<style>
a { background-color: #7B9D27; }
a { background-color: rgb(123,157,39); }
div.DivClassName
{
background-color: #7B9D27;
}
.BgClassName
{
background-color: #7B9D27;
}
</style>
border-color css
<style>
span { border-color: #7B9D27; }
span { border-color: rgb(123,157,39); }
td.TdClassName
{
border-color: #7B9D27;
}
.TagClassName
{
border-color: #7B9D27;
}
</style>