Shades of Sushi #769E2F
Tints of Sushi #769E2F
RGB
CMYK
RGB Variations
Color information
#769E2F (or 0x769E2F) is known color: Sushi. HEX triplet: 76, 9E and 2F. RGB value is (118,158,47). Sum of RGB (Red+Green+Blue) = 118+158+47=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #769E2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769E2F is #8961D0. Grayscale: #858585. Windows color (decimal): -9003473 or 3120758. OLE color: 3120758.
HSL color Cylindrical-coordinate representation of color #769E2F: hue angle of 81.62º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #769E2F is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 158 | 47 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.38 |
| HSL | 81.62º | 0.54% | 0.4% | - |
| HSV(B) | 81.62º | 0.7% | 0.62% | - |
| XYZ | 20.21 | 28.51 | 7.13 | - |
| YUV | 133.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 47 | 0.25 | 0 | 0.70 | 0.38 | 81.62 | 0.54 | 0.4 |
| Hex | 76 | 9E | 2F | 19 | 0 | 46 | 26 | 52 | 36 | 28 |
| Octal | 166 | 236 | 57 | 31 | 0 | 106 | 46 | 122 | 66 | 50 |
| Binary | 1110110 | 10011110 | 101111 | 11001 | 0 | 1000110 | 100110 | 1010010 | 110110 | 101000 |
Color Harmonies of #769E2F
Complementary color
Monochromatic Colors of #769E2F
Black with #769E2F
Text Example
Text Example
White with #769E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769E2F; }
p { color: rgb(118,158,47); }
H1.HeaderClassName
{
color: #769E2F;
}
.AnyTagClassName
{
color: #769E2F;
}
</style>
background-color css
<style>
a { background-color: #769E2F; }
a { background-color: rgb(118,158,47); }
div.DivClassName
{
background-color: #769E2F;
}
.BgClassName
{
background-color: #769E2F;
}
</style>
border-color css
<style>
span { border-color: #769E2F; }
span { border-color: rgb(118,158,47); }
td.TdClassName
{
border-color: #769E2F;
}
.TagClassName
{
border-color: #769E2F;
}
</style>