#7E962A

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

Shades of Sushi #7E962A

Tints of Sushi #7E962A

Color information

#7E962A (or 0x7E962A) is unknown color: approx Sushi. HEX triplet: 7E, 96 and 2A. RGB value is (126,150,42). Sum of RGB (Red+Green+Blue) = 126+150+42=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #7E962A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E962A is #8169D5. Grayscale: #828282. Windows color (decimal): -8481238 or 2791038. OLE color: 2791038.

HSL color Cylindrical-coordinate representation of color #7E962A: hue angle of 73.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E962A is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB12615042-
CMYK0.1600.720.41
HSL73.33º56.25%37.65%-
HSV(B)73.33º72%58.82%-
XYZ19.9326.426.24-
YUV130.5178.05124.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.62%
GREEN value IS 150 (58.98% from 255) = 47.17%
BLUE value IS 42 (16.80% from 255) = 13.21%
R=39.62%
G=47.17%
B=13.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126150420.1600.720.4173.3356.2537.65
Hex7E962A1004829493826
Octal17622652200110511117046
Binary11111101001011010101010000010010001010011001001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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