#7FB139

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

Shades of Sushi #7FB139

Tints of Sushi #7FB139

Color information

#7FB139 (or 0x7FB139) is unknown color: approx Sushi. HEX triplet: 7F, B1 and 39. RGB value is (127,177,57). Sum of RGB (Red+Green+Blue) = 127+177+57=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB139 is #804EC6. Grayscale: #949494. Windows color (decimal): -8408775 or 3780991. OLE color: 3780991.

HSL color Cylindrical-coordinate representation of color #7FB139: hue angle of 85º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FB139 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB12717757-
CMYK0.2800.680.31
HSL85º51.28%45.88%-
HSV(B)85º67.8%69.41%-
XYZ25.2136.259.54-
YUV148.3776.44112.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.18%
GREEN value IS 177 (69.53% from 255) = 49.03%
BLUE value IS 57 (22.66% from 255) = 15.79%
R=35.18%
G=49.03%
B=15.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127177570.2800.680.318551.2845.88
Hex7FB1391C0441F55332e
Octal17726171340104371256356
Binary1111111101100011110011110001000100111111010101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,177,57); }

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

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

 a { background-color: rgb(127,177,57); }

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

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

 span { border-color: rgb(127,177,57); }

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