Shades of Sushi #7F993D
Tints of Sushi #7F993D
RGB
CMYK
RGB Variations
Color information
#7F993D (or 0x7F993D) is known color: Sushi. HEX triplet: 7F, 99 and 3D. RGB value is (127,153,61). Sum of RGB (Red+Green+Blue) = 127+153+61=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #7F993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F993D is #8066C2. Grayscale: #878787. Windows color (decimal): -8414915 or 4036991. OLE color: 4036991.
HSL color Cylindrical-coordinate representation of color #7F993D: hue angle of 76.96º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F993D is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 61 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.4 |
| HSL | 76.96º | 0.43% | 0.42% | - |
| HSV(B) | 76.96º | 0.6% | 0.6% | - |
| XYZ | 20.99 | 27.63 | 8.64 | - |
| YUV | 134.74 | 86.39 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 61 | 0.17 | 0 | 0.60 | 0.4 | 76.96 | 0.43 | 0.42 |
| Hex | 7F | 99 | 3D | 11 | 0 | 3C | 28 | 4D | 2B | 2A |
| Octal | 177 | 231 | 75 | 21 | 0 | 74 | 50 | 115 | 53 | 52 |
| Binary | 1111111 | 10011001 | 111101 | 10001 | 0 | 111100 | 101000 | 1001101 | 101011 | 101010 |
Color Harmonies of #7F993D
Complementary color
Monochromatic Colors of #7F993D
Black with #7F993D
Text Example
Text Example
White with #7F993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F993D; }
p { color: rgb(127,153,61); }
H1.HeaderClassName
{
color: #7F993D;
}
.AnyTagClassName
{
color: #7F993D;
}
</style>
background-color css
<style>
a { background-color: #7F993D; }
a { background-color: rgb(127,153,61); }
div.DivClassName
{
background-color: #7F993D;
}
.BgClassName
{
background-color: #7F993D;
}
</style>
border-color css
<style>
span { border-color: #7F993D; }
span { border-color: rgb(127,153,61); }
td.TdClassName
{
border-color: #7F993D;
}
.TagClassName
{
border-color: #7F993D;
}
</style>