#7FA332

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

Shades of Sushi #7FA332

Tints of Sushi #7FA332

Color information

#7FA332 (or 0x7FA332) is unknown color: approx Sushi. HEX triplet: 7F, A3 and 32. RGB value is (127,163,50). Sum of RGB (Red+Green+Blue) = 127+163+50=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA332 is #805CCD. Grayscale: #8B8B8B. Windows color (decimal): -8412366 or 3318655. OLE color: 3318655.

HSL color Cylindrical-coordinate representation of color #7FA332: hue angle of 79.12º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FA332 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB12716350-
CMYK0.2200.690.36
HSL79.12º53.05%41.76%-
HSV(B)79.12º69.33%63.92%-
XYZ22.4330.947.81-
YUV139.3577.57119.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 163 (64.06% from 255) = 47.94%
BLUE value IS 50 (19.92% from 255) = 14.71%
R=37.35%
G=47.94%
B=14.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127163500.2200.690.3679.1253.0541.76
Hex7FA33216045244f352a
Octal17724362260105441176552
Binary11111111010001111001010110010001011001001001111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,163,50); }

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

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

 a { background-color: rgb(127,163,50); }

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

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

 span { border-color: rgb(127,163,50); }

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