Shades of Sushi #76912D
Tints of Sushi #76912D
RGB
CMYK
RGB Variations
Color information
#76912D (or 0x76912D) is known color: Sushi. HEX triplet: 76, 91 and 2D. RGB value is (118,145,45). Sum of RGB (Red+Green+Blue) = 118+145+45=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #76912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76912D is #896ED2. Grayscale: #7D7D7D. Windows color (decimal): -9006803 or 2986358. OLE color: 2986358.
HSL color Cylindrical-coordinate representation of color #76912D: hue angle of 76.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76912D is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 145 | 45 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.43 |
| HSL | 76.2º | 0.53% | 0.37% | - |
| HSV(B) | 76.2º | 0.69% | 0.57% | - |
| XYZ | 18.07 | 24.29 | 6.22 | - |
| YUV | 125.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 45 | 0.19 | 0 | 0.69 | 0.43 | 76.2 | 0.53 | 0.37 |
| Hex | 76 | 91 | 2D | 13 | 0 | 45 | 2B | 4C | 35 | 25 |
| Octal | 166 | 221 | 55 | 23 | 0 | 105 | 53 | 114 | 65 | 45 |
| Binary | 1110110 | 10010001 | 101101 | 10011 | 0 | 1000101 | 101011 | 1001100 | 110101 | 100101 |
Color Harmonies of #76912D
Complementary color
Monochromatic Colors of #76912D
Black with #76912D
Text Example
Text Example
White with #76912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76912D; }
p { color: rgb(118,145,45); }
H1.HeaderClassName
{
color: #76912D;
}
.AnyTagClassName
{
color: #76912D;
}
</style>
background-color css
<style>
a { background-color: #76912D; }
a { background-color: rgb(118,145,45); }
div.DivClassName
{
background-color: #76912D;
}
.BgClassName
{
background-color: #76912D;
}
</style>
border-color css
<style>
span { border-color: #76912D; }
span { border-color: rgb(118,145,45); }
td.TdClassName
{
border-color: #76912D;
}
.TagClassName
{
border-color: #76912D;
}
</style>