Shades of Sushi #76902F
Tints of Sushi #76902F
RGB
CMYK
RGB Variations
Color information
#76902F (or 0x76902F) is known color: Sushi. HEX triplet: 76, 90 and 2F. RGB value is (118,144,47). Sum of RGB (Red+Green+Blue) = 118+144+47=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #76902F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76902F is #896FD0. Grayscale: #7D7D7D. Windows color (decimal): -9007057 or 3117174. OLE color: 3117174.
HSL color Cylindrical-coordinate representation of color #76902F: hue angle of 76.08º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76902F is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 47 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.44 |
| HSL | 76.08º | 0.51% | 0.37% | - |
| HSV(B) | 76.08º | 0.67% | 0.56% | - |
| XYZ | 17.96 | 24 | 6.38 | - |
| YUV | 125.17 | 83.89 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 47 | 0.18 | 0 | 0.67 | 0.44 | 76.08 | 0.51 | 0.37 |
| Hex | 76 | 90 | 2F | 12 | 0 | 43 | 2C | 4C | 33 | 25 |
| Octal | 166 | 220 | 57 | 22 | 0 | 103 | 54 | 114 | 63 | 45 |
| Binary | 1110110 | 10010000 | 101111 | 10010 | 0 | 1000011 | 101100 | 1001100 | 110011 | 100101 |
Color Harmonies of #76902F
Complementary color
Monochromatic Colors of #76902F
Black with #76902F
Text Example
Text Example
White with #76902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76902F; }
p { color: rgb(118,144,47); }
H1.HeaderClassName
{
color: #76902F;
}
.AnyTagClassName
{
color: #76902F;
}
</style>
background-color css
<style>
a { background-color: #76902F; }
a { background-color: rgb(118,144,47); }
div.DivClassName
{
background-color: #76902F;
}
.BgClassName
{
background-color: #76902F;
}
</style>
border-color css
<style>
span { border-color: #76902F; }
span { border-color: rgb(118,144,47); }
td.TdClassName
{
border-color: #76902F;
}
.TagClassName
{
border-color: #76902F;
}
</style>