Shades of Sushi #7F962D
Tints of Sushi #7F962D
RGB
CMYK
RGB Variations
Color information
#7F962D (or 0x7F962D) is known color: Sushi. HEX triplet: 7F, 96 and 2D. RGB value is (127,150,45). Sum of RGB (Red+Green+Blue) = 127+150+45=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #7F962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F962D is #8069D2. Grayscale: #838383. Windows color (decimal): -8415699 or 2987647. OLE color: 2987647.
HSL color Cylindrical-coordinate representation of color #7F962D: hue angle of 73.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F962D is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 150 | 45 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.41 |
| HSL | 73.14º | 0.54% | 0.38% | - |
| HSV(B) | 73.14º | 0.7% | 0.59% | - |
| XYZ | 20.13 | 26.51 | 6.54 | - |
| YUV | 131.15 | 79.38 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 45 | 0.15 | 0 | 0.70 | 0.41 | 73.14 | 0.54 | 0.38 |
| Hex | 7F | 96 | 2D | F | 0 | 46 | 29 | 49 | 36 | 26 |
| Octal | 177 | 226 | 55 | 17 | 0 | 106 | 51 | 111 | 66 | 46 |
| Binary | 1111111 | 10010110 | 101101 | 1111 | 0 | 1000110 | 101001 | 1001001 | 110110 | 100110 |
Color Harmonies of #7F962D
Complementary color
Monochromatic Colors of #7F962D
Black with #7F962D
Text Example
Text Example
White with #7F962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F962D; }
p { color: rgb(127,150,45); }
H1.HeaderClassName
{
color: #7F962D;
}
.AnyTagClassName
{
color: #7F962D;
}
</style>
background-color css
<style>
a { background-color: #7F962D; }
a { background-color: rgb(127,150,45); }
div.DivClassName
{
background-color: #7F962D;
}
.BgClassName
{
background-color: #7F962D;
}
</style>
border-color css
<style>
span { border-color: #7F962D; }
span { border-color: rgb(127,150,45); }
td.TdClassName
{
border-color: #7F962D;
}
.TagClassName
{
border-color: #7F962D;
}
</style>