Shades of Sushi #7B9129
Tints of Sushi #7B9129
RGB
CMYK
RGB Variations
Color information
#7B9129 (or 0x7B9129) is known color: Sushi. HEX triplet: 7B, 91 and 29. RGB value is (123,145,41). Sum of RGB (Red+Green+Blue) = 123+145+41=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #7B9129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9129 is #846ED6. Grayscale: #7E7E7E. Windows color (decimal): -8679127 or 2724219. OLE color: 2724219.
HSL color Cylindrical-coordinate representation of color #7B9129: hue angle of 72.69º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B9129 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 145 | 41 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.43 |
| HSL | 72.69º | 0.56% | 0.36% | - |
| HSV(B) | 72.69º | 0.72% | 0.57% | - |
| XYZ | 18.69 | 24.62 | 5.87 | - |
| YUV | 126.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 41 | 0.15 | 0 | 0.72 | 0.43 | 72.69 | 0.56 | 0.36 |
| Hex | 7B | 91 | 29 | F | 0 | 48 | 2B | 49 | 38 | 24 |
| Octal | 173 | 221 | 51 | 17 | 0 | 110 | 53 | 111 | 70 | 44 |
| Binary | 1111011 | 10010001 | 101001 | 1111 | 0 | 1001000 | 101011 | 1001001 | 111000 | 100100 |
Color Harmonies of #7B9129
Complementary color
Monochromatic Colors of #7B9129
Black with #7B9129
Text Example
Text Example
White with #7B9129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9129; }
p { color: rgb(123,145,41); }
H1.HeaderClassName
{
color: #7B9129;
}
.AnyTagClassName
{
color: #7B9129;
}
</style>
background-color css
<style>
a { background-color: #7B9129; }
a { background-color: rgb(123,145,41); }
div.DivClassName
{
background-color: #7B9129;
}
.BgClassName
{
background-color: #7B9129;
}
</style>
border-color css
<style>
span { border-color: #7B9129; }
span { border-color: rgb(123,145,41); }
td.TdClassName
{
border-color: #7B9129;
}
.TagClassName
{
border-color: #7B9129;
}
</style>