#7FB13C

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

Shades of Sushi #7FB13C

Tints of Sushi #7FB13C

Color information

#7FB13C (or 0x7FB13C) is unknown color: approx Sushi. HEX triplet: 7F, B1 and 3C. RGB value is (127,177,60). Sum of RGB (Red+Green+Blue) = 127+177+60=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB13C is #804EC3. Grayscale: #959595. Windows color (decimal): -8408772 or 3977599. OLE color: 3977599.

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

Color convert

RGB12717760-
CMYK0.2800.660.31
HSL85.64º49.37%46.47%-
HSV(B)85.64º66.1%69.41%-
XYZ25.2936.289.95-
YUV148.7177.94112.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.89%
GREEN value IS 177 (69.53% from 255) = 48.63%
BLUE value IS 60 (23.83% from 255) = 16.48%
R=34.89%
G=48.63%
B=16.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127177600.2800.660.3185.6449.3746.47
Hex7FB13C1C0421F56312e
Octal17726174340102371266156
Binary1111111101100011111001110001000010111111010110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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