#7FA131

Color #7FA131 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #7FA131

Tints of Sushi #7FA131

Color information

#7FA131 (or 0x7FA131) is unknown color: approx Sushi. HEX triplet: 7F, A1 and 31. RGB value is (127,161,49). Sum of RGB (Red+Green+Blue) = 127+161+49=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA131 is #805ECE. Grayscale: #8A8A8A. Windows color (decimal): -8412879 or 3252607. OLE color: 3252607.

HSL color Cylindrical-coordinate representation of color #7FA131: hue angle of 78.21º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FA131 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB12716149-
CMYK0.2100.700.37
HSL78.21º53.33%41.18%-
HSV(B)78.21º69.57%63.14%-
XYZ22.0530.227.58-
YUV138.0777.74120.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 161 (63.28% from 255) = 47.77%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=37.69%
G=47.77%
B=14.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal127161490.2100.700.3778.2153.3341.18
Hex7FA13115046254e3529
Octal17724161250106451166551
Binary11111111010000111000110101010001101001011001110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FA131; }

 p { color: rgb(127,161,49); }

 H1.HeaderClassName
 {
   color: #7FA131;
 }
 .AnyTagClassName
 {
   color: #7FA131;
 }
</style>
background-color css

<style>
 a { background-color: #7FA131; }

 a { background-color: rgb(127,161,49); }

 div.DivClassName
 {
   background-color: #7FA131;
 }
 .BgClassName
 {
   background-color: #7FA131;
 }
</style>
border-color css

<style>
 span { border-color: #7FA131; }

 span { border-color: rgb(127,161,49); }

 td.TdClassName
 {
   border-color: #7FA131;
 }
 .TagClassName
 {
   border-color: #7FA131;
 }
</style>