#7FA82A

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

Shades of Sushi #7FA82A

Tints of Sushi #7FA82A

Color information

#7FA82A (or 0x7FA82A) is unknown color: approx Sushi. HEX triplet: 7F, A8 and 2A. RGB value is (127,168,42). Sum of RGB (Red+Green+Blue) = 127+168+42=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA82A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA82A is #8057D5. Grayscale: #8D8D8D. Windows color (decimal): -8411094 or 2795647. OLE color: 2795647.

HSL color Cylindrical-coordinate representation of color #7FA82A: hue angle of 79.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FA82A is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB12716842-
CMYK0.2400.750.34
HSL79.52º60%41.18%-
HSV(B)79.52º75%65.88%-
XYZ23.1732.687.28-
YUV141.3871.92117.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 168 (66.02% from 255) = 49.85%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=37.69%
G=49.85%
B=12.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal127168420.2400.750.3479.526041.18
Hex7FA82A1804B22503c29
Octal17725052300113421207451
Binary11111111010100010101011000010010111000101010000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,168,42); }

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

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

 a { background-color: rgb(127,168,42); }

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

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

 span { border-color: rgb(127,168,42); }

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