#7FA82D

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

Shades of Sushi #7FA82D

Tints of Sushi #7FA82D

Color information

#7FA82D (or 0x7FA82D) is unknown color: approx Sushi. HEX triplet: 7F, A8 and 2D. RGB value is (127,168,45). Sum of RGB (Red+Green+Blue) = 127+168+45=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA82D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA82D is #8057D2. Grayscale: #8E8E8E. Windows color (decimal): -8411091 or 2992255. OLE color: 2992255.

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

Color convert

RGB12716845-
CMYK0.2400.730.34
HSL80º57.75%41.76%-
HSV(B)80º73.21%65.88%-
XYZ23.2332.717.57-
YUV141.7273.42117.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 168 (66.02% from 255) = 49.41%
BLUE value IS 45 (17.97% from 255) = 13.24%
R=37.35%
G=49.41%
B=13.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal127168450.2400.730.348057.7541.76
Hex7FA82D1804922503a2a
Octal17725055300111421207252
Binary11111111010100010110111000010010011000101010000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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