#7FA034

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

Shades of Sushi #7FA034

Tints of Sushi #7FA034

Color information

#7FA034 (or 0x7FA034) is unknown color: approx Sushi. HEX triplet: 7F, A0 and 34. RGB value is (127,160,52). Sum of RGB (Red+Green+Blue) = 127+160+52=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA034 is #805FCB. Grayscale: #8A8A8A. Windows color (decimal): -8413132 or 3448959. OLE color: 3448959.

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

Color convert

RGB12716052-
CMYK0.2100.680.37
HSL78.33º50.94%41.57%-
HSV(B)78.33º67.5%62.75%-
XYZ21.9429.97.86-
YUV137.8279.57120.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 160 (62.89% from 255) = 47.20%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=37.46%
G=47.20%
B=15.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal127160520.2100.680.3778.3350.9441.57
Hex7FA03415044254e332a
Octal17724064250104451166352
Binary11111111010000011010010101010001001001011001110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,160,52); }

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

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

 a { background-color: rgb(127,160,52); }

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

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

 span { border-color: rgb(127,160,52); }

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