#7FA137

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

Shades of Sushi #7FA137

Tints of Sushi #7FA137

Color information

#7FA137 (or 0x7FA137) is unknown color: approx Sushi. HEX triplet: 7F, A1 and 37. RGB value is (127,161,55). Sum of RGB (Red+Green+Blue) = 127+161+55=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA137 is #805EC8. Grayscale: #8B8B8B. Windows color (decimal): -8412873 or 3645823. OLE color: 3645823.

HSL color Cylindrical-coordinate representation of color #7FA137: hue angle of 79.25º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FA137 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB12716155-
CMYK0.2100.660.37
HSL79.25º49.07%42.35%-
HSV(B)79.25º65.84%63.14%-
XYZ22.1930.288.29-
YUV138.7580.74119.62-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.03%
GREEN value IS 161 (63.28% from 255) = 46.94%
BLUE value IS 55 (21.88% from 255) = 16.03%
R=37.03%
G=46.94%
B=16.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal127161550.2100.660.3779.2549.0742.35
Hex7FA13715042254f312a
Octal17724167250102451176152
Binary11111111010000111011110101010000101001011001111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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