#7FA543

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

Shades of Sushi #7FA543

Tints of Sushi #7FA543

Color information

#7FA543 (or 0x7FA543) is unknown color: approx Sushi. HEX triplet: 7F, A5 and 43. RGB value is (127,165,67). Sum of RGB (Red+Green+Blue) = 127+165+67=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA543 is #805ABC. Grayscale: #8E8E8E. Windows color (decimal): -8411837 or 4433279. OLE color: 4433279.

HSL color Cylindrical-coordinate representation of color #7FA543: hue angle of 83.27º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7FA543 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB12716567-
CMYK0.2300.590.35
HSL83.27º42.24%45.49%-
HSV(B)83.27º59.39%64.71%-
XYZ23.2231.8310.23-
YUV142.4785.41116.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.38%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 67 (26.56% from 255) = 18.66%
R=35.38%
G=45.96%
B=18.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127165670.2300.590.3583.2742.2445.49
Hex7FA5431703B23532a2d
Octal17724510327073431235255
Binary11111111010010110000111011101110111000111010011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,165,67); }

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

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

 a { background-color: rgb(127,165,67); }

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

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

 span { border-color: rgb(127,165,67); }

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