#7FB53C

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

Shades of Sushi #7FB53C

Tints of Sushi #7FB53C

Color information

#7FB53C (or 0x7FB53C) is unknown color: approx Sushi. HEX triplet: 7F, B5 and 3C. RGB value is (127,181,60). Sum of RGB (Red+Green+Blue) = 127+181+60=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB53C is #804AC3. Grayscale: #979797. Windows color (decimal): -8407748 or 3978623. OLE color: 3978623.

HSL color Cylindrical-coordinate representation of color #7FB53C: hue angle of 86.78º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FB53C is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB12718160-
CMYK0.3000.670.29
HSL86.78º50.21%47.25%-
HSV(B)86.78º66.85%70.98%-
XYZ26.0937.8910.21-
YUV151.0676.61110.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.51%
GREEN value IS 181 (71.09% from 255) = 49.18%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=34.51%
G=49.18%
B=16.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127181600.3000.670.2986.7850.2147.25
Hex7FB53C1E0431D57322f
Octal17726574360103351276257
Binary1111111101101011111001111001000011111011010111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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