Shades of Sushi #7FAC3D
Tints of Sushi #7FAC3D
RGB
CMYK
RGB Variations
Color information
#7FAC3D (or 0x7FAC3D) is known color: Sushi. HEX triplet: 7F, AC and 3D. RGB value is (127,172,61). Sum of RGB (Red+Green+Blue) = 127+172+61=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAC3D is #8053C2. Grayscale: #929292. Windows color (decimal): -8410051 or 4041855. OLE color: 4041855.
HSL color Cylindrical-coordinate representation of color #7FAC3D: hue angle of 84.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FAC3D is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 61 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.33 |
| HSL | 84.32º | 0.48% | 0.46% | - |
| HSV(B) | 84.32º | 0.65% | 0.67% | - |
| XYZ | 24.35 | 34.35 | 9.76 | - |
| YUV | 145.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 61 | 0.26 | 0 | 0.65 | 0.33 | 84.32 | 0.48 | 0.46 |
| Hex | 7F | AC | 3D | 1A | 0 | 41 | 21 | 54 | 30 | 2E |
| Octal | 177 | 254 | 75 | 32 | 0 | 101 | 41 | 124 | 60 | 56 |
| Binary | 1111111 | 10101100 | 111101 | 11010 | 0 | 1000001 | 100001 | 1010100 | 110000 | 101110 |
Color Harmonies of #7FAC3D
Complementary color
Monochromatic Colors of #7FAC3D
Black with #7FAC3D
Text Example
Text Example
White with #7FAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC3D; }
p { color: rgb(127,172,61); }
H1.HeaderClassName
{
color: #7FAC3D;
}
.AnyTagClassName
{
color: #7FAC3D;
}
</style>
background-color css
<style>
a { background-color: #7FAC3D; }
a { background-color: rgb(127,172,61); }
div.DivClassName
{
background-color: #7FAC3D;
}
.BgClassName
{
background-color: #7FAC3D;
}
</style>
border-color css
<style>
span { border-color: #7FAC3D; }
span { border-color: rgb(127,172,61); }
td.TdClassName
{
border-color: #7FAC3D;
}
.TagClassName
{
border-color: #7FAC3D;
}
</style>