#7E982A

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

Shades of Sushi #7E982A

Tints of Sushi #7E982A

Color information

#7E982A (or 0x7E982A) is unknown color: approx Sushi. HEX triplet: 7E, 98 and 2A. RGB value is (126,152,42). Sum of RGB (Red+Green+Blue) = 126+152+42=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #7E982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E982A is #8167D5. Grayscale: #848484. Windows color (decimal): -8480726 or 2791550. OLE color: 2791550.

HSL color Cylindrical-coordinate representation of color #7E982A: hue angle of 74.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E982A is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB12615242-
CMYK0.1700.720.40
HSL74.18º56.7%38.04%-
HSV(B)74.18º72.37%59.61%-
XYZ20.2527.066.35-
YUV131.6977.39123.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.38%
GREEN value IS 152 (59.77% from 255) = 47.5%
BLUE value IS 42 (16.80% from 255) = 13.12%
R=39.38%
G=47.5%
B=13.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal126152420.1700.720.4074.1856.738.04
Hex7E982A11048284a3926
Octal17623052210110501127146
Binary11111101001100010101010001010010001010001001010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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