#7E962F

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

Shades of Sushi #7E962F

Tints of Sushi #7E962F

Color information

#7E962F (or 0x7E962F) is unknown color: approx Sushi. HEX triplet: 7E, 96 and 2F. RGB value is (126,150,47). Sum of RGB (Red+Green+Blue) = 126+150+47=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #7E962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E962F is #8169D0. Grayscale: #838383. Windows color (decimal): -8481233 or 3118718. OLE color: 3118718.

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

Color convert

RGB12615047-
CMYK0.1600.690.41
HSL73.98º52.28%38.63%-
HSV(B)73.98º68.67%58.82%-
XYZ20.0226.456.74-
YUV131.0880.55124.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.01%
GREEN value IS 150 (58.98% from 255) = 46.44%
BLUE value IS 47 (18.75% from 255) = 14.55%
R=39.01%
G=46.44%
B=14.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126150470.1600.690.4173.9852.2838.63
Hex7E962F10045294a3427
Octal17622657200105511126447
Binary11111101001011010111110000010001011010011001010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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