#7E982D

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

Shades of Sushi #7E982D

Tints of Sushi #7E982D

Color information

#7E982D (or 0x7E982D) is unknown color: approx Sushi. HEX triplet: 7E, 98 and 2D. RGB value is (126,152,45). Sum of RGB (Red+Green+Blue) = 126+152+45=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #7E982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E982D is #8167D2. Grayscale: #848484. Windows color (decimal): -8480723 or 2988158. OLE color: 2988158.

HSL color Cylindrical-coordinate representation of color #7E982D: hue angle of 74.58º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E982D is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB12615245-
CMYK0.1700.700.40
HSL74.58º54.31%38.63%-
HSV(B)74.58º70.39%59.61%-
XYZ20.3127.086.64-
YUV132.0378.89123.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.01%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 45 (17.97% from 255) = 13.93%
R=39.01%
G=47.06%
B=13.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal126152450.1700.700.4074.5854.3138.63
Hex7E982D11046284b3627
Octal17623055210106501136647
Binary11111101001100010110110001010001101010001001011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,152,45); }

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

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

 a { background-color: rgb(126,152,45); }

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

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

 span { border-color: rgb(126,152,45); }

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