Shades of Sushi #7F992F
Tints of Sushi #7F992F
RGB
CMYK
RGB Variations
Color information
#7F992F (or 0x7F992F) is known color: Sushi. HEX triplet: 7F, 99 and 2F. RGB value is (127,153,47). Sum of RGB (Red+Green+Blue) = 127+153+47=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #7F992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F992F is #8066D0. Grayscale: #858585. Windows color (decimal): -8414929 or 3119487. OLE color: 3119487.
HSL color Cylindrical-coordinate representation of color #7F992F: hue angle of 74.72º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F992F is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 47 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.4 |
| HSL | 74.72º | 0.53% | 0.39% | - |
| HSV(B) | 74.72º | 0.69% | 0.6% | - |
| XYZ | 20.66 | 27.5 | 6.91 | - |
| YUV | 133.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 47 | 0.17 | 0 | 0.69 | 0.4 | 74.72 | 0.53 | 0.39 |
| Hex | 7F | 99 | 2F | 11 | 0 | 45 | 28 | 4B | 35 | 27 |
| Octal | 177 | 231 | 57 | 21 | 0 | 105 | 50 | 113 | 65 | 47 |
| Binary | 1111111 | 10011001 | 101111 | 10001 | 0 | 1000101 | 101000 | 1001011 | 110101 | 100111 |
Color Harmonies of #7F992F
Complementary color
Monochromatic Colors of #7F992F
Black with #7F992F
Text Example
Text Example
White with #7F992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F992F; }
p { color: rgb(127,153,47); }
H1.HeaderClassName
{
color: #7F992F;
}
.AnyTagClassName
{
color: #7F992F;
}
</style>
background-color css
<style>
a { background-color: #7F992F; }
a { background-color: rgb(127,153,47); }
div.DivClassName
{
background-color: #7F992F;
}
.BgClassName
{
background-color: #7F992F;
}
</style>
border-color css
<style>
span { border-color: #7F992F; }
span { border-color: rgb(127,153,47); }
td.TdClassName
{
border-color: #7F992F;
}
.TagClassName
{
border-color: #7F992F;
}
</style>