Shades of Sushi #7F9F2D
Tints of Sushi #7F9F2D
RGB
CMYK
RGB Variations
Color information
#7F9F2D (or 0x7F9F2D) is known color: Sushi. HEX triplet: 7F, 9F and 2D. RGB value is (127,159,45). Sum of RGB (Red+Green+Blue) = 127+159+45=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #7F9F2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9F2D is #8060D2. Grayscale: #888888. Windows color (decimal): -8413395 or 2989951. OLE color: 2989951.
HSL color Cylindrical-coordinate representation of color #7F9F2D: hue angle of 76.84º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F9F2D is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
RGB | 127 | 159 | 45 | - |
CMYK | 0.20 | 0 | 0.72 | 0.38 |
HSL | 76.84º | 0.56% | 0.4% | - |
HSV(B) | 76.84º | 0.72% | 0.62% | - |
XYZ | 21.62 | 29.5 | 7.04 | - |
YUV | 136.44 | 76.4 | 121.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 159 | 45 | 0.20 | 0 | 0.72 | 0.38 | 76.84 | 0.56 | 0.4 |
Hex | 7F | 9F | 2D | 14 | 0 | 48 | 26 | 4D | 38 | 28 |
Octal | 177 | 237 | 55 | 24 | 0 | 110 | 46 | 115 | 70 | 50 |
Binary | 1111111 | 10011111 | 101101 | 10100 | 0 | 1001000 | 100110 | 1001101 | 111000 | 101000 |
Color Harmonies of #7F9F2D
Complementary color
Monochromatic Colors of #7F9F2D
Black with #7F9F2D
Text Example
Text Example
White with #7F9F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9F2D; }
p { color: rgb(127,159,45); }
H1.HeaderClassName
{
color: #7F9F2D;
}
.AnyTagClassName
{
color: #7F9F2D;
}
</style>
background-color css
<style>
a { background-color: #7F9F2D; }
a { background-color: rgb(127,159,45); }
div.DivClassName
{
background-color: #7F9F2D;
}
.BgClassName
{
background-color: #7F9F2D;
}
</style>
border-color css
<style>
span { border-color: #7F9F2D; }
span { border-color: rgb(127,159,45); }
td.TdClassName
{
border-color: #7F9F2D;
}
.TagClassName
{
border-color: #7F9F2D;
}
</style>