Shades of Sushi #7FAA43
Tints of Sushi #7FAA43
RGB
CMYK
RGB Variations
Color information
#7FAA43 (or 0x7FAA43) is known color: Sushi. HEX triplet: 7F, AA and 43. RGB value is (127,170,67). Sum of RGB (Red+Green+Blue) = 127+170+67=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA43 is #8055BC. Grayscale: #919191. Windows color (decimal): -8410557 or 4434559. OLE color: 4434559.
HSL color Cylindrical-coordinate representation of color #7FAA43: hue angle of 85.05º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FAA43 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 67 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.33 |
| HSL | 85.05º | 0.43% | 0.46% | - |
| HSV(B) | 85.05º | 0.61% | 0.67% | - |
| XYZ | 24.14 | 33.67 | 10.54 | - |
| YUV | 145.4 | 83.75 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 67 | 0.25 | 0 | 0.61 | 0.33 | 85.05 | 0.43 | 0.46 |
| Hex | 7F | AA | 43 | 19 | 0 | 3D | 21 | 55 | 2B | 2E |
| Octal | 177 | 252 | 103 | 31 | 0 | 75 | 41 | 125 | 53 | 56 |
| Binary | 1111111 | 10101010 | 1000011 | 11001 | 0 | 111101 | 100001 | 1010101 | 101011 | 101110 |
Color Harmonies of #7FAA43
Complementary color
Monochromatic Colors of #7FAA43
Black with #7FAA43
Text Example
Text Example
White with #7FAA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA43; }
p { color: rgb(127,170,67); }
H1.HeaderClassName
{
color: #7FAA43;
}
.AnyTagClassName
{
color: #7FAA43;
}
</style>
background-color css
<style>
a { background-color: #7FAA43; }
a { background-color: rgb(127,170,67); }
div.DivClassName
{
background-color: #7FAA43;
}
.BgClassName
{
background-color: #7FAA43;
}
</style>
border-color css
<style>
span { border-color: #7FAA43; }
span { border-color: rgb(127,170,67); }
td.TdClassName
{
border-color: #7FAA43;
}
.TagClassName
{
border-color: #7FAA43;
}
</style>