Shades of Sushi #7BAA3D
Tints of Sushi #7BAA3D
RGB
CMYK
RGB Variations
Color information
#7BAA3D (or 0x7BAA3D) is known color: Sushi. HEX triplet: 7B, AA and 3D. RGB value is (123,170,61). Sum of RGB (Red+Green+Blue) = 123+170+61=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA3D is #8455C2. Grayscale: #8F8F8F. Windows color (decimal): -8672707 or 4041339. OLE color: 4041339.
HSL color Cylindrical-coordinate representation of color #7BAA3D: hue angle of 85.87º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7BAA3D is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 61 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.33 |
| HSL | 85.87º | 0.47% | 0.45% | - |
| HSV(B) | 85.87º | 0.64% | 0.67% | - |
| XYZ | 23.39 | 33.3 | 9.61 | - |
| YUV | 143.52 | 81.43 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 61 | 0.28 | 0 | 0.64 | 0.33 | 85.87 | 0.47 | 0.45 |
| Hex | 7B | AA | 3D | 1C | 0 | 40 | 21 | 56 | 2F | 2D |
| Octal | 173 | 252 | 75 | 34 | 0 | 100 | 41 | 126 | 57 | 55 |
| Binary | 1111011 | 10101010 | 111101 | 11100 | 0 | 1000000 | 100001 | 1010110 | 101111 | 101101 |
Color Harmonies of #7BAA3D
Complementary color
Monochromatic Colors of #7BAA3D
Black with #7BAA3D
Text Example
Text Example
White with #7BAA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA3D; }
p { color: rgb(123,170,61); }
H1.HeaderClassName
{
color: #7BAA3D;
}
.AnyTagClassName
{
color: #7BAA3D;
}
</style>
background-color css
<style>
a { background-color: #7BAA3D; }
a { background-color: rgb(123,170,61); }
div.DivClassName
{
background-color: #7BAA3D;
}
.BgClassName
{
background-color: #7BAA3D;
}
</style>
border-color css
<style>
span { border-color: #7BAA3D; }
span { border-color: rgb(123,170,61); }
td.TdClassName
{
border-color: #7BAA3D;
}
.TagClassName
{
border-color: #7BAA3D;
}
</style>