#7E962B

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

Shades of Sushi #7E962B

Tints of Sushi #7E962B

Color information

#7E962B (or 0x7E962B) is unknown color: approx Sushi. HEX triplet: 7E, 96 and 2B. RGB value is (126,150,43). Sum of RGB (Red+Green+Blue) = 126+150+43=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #7E962B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E962B is #8169D4. Grayscale: #838383. Windows color (decimal): -8481237 or 2856574. OLE color: 2856574.

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

Color convert

RGB12615043-
CMYK0.1600.710.41
HSL73.46º55.44%37.84%-
HSV(B)73.46º71.33%58.82%-
XYZ19.9526.426.33-
YUV130.6378.55124.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.50%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 43 (17.19% from 255) = 13.48%
R=39.50%
G=47.02%
B=13.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126150430.1600.710.4173.4655.4437.84
Hex7E962B1004729493726
Octal17622653200107511116746
Binary11111101001011010101110000010001111010011001001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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