#7E993A

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

Shades of Sushi #7E993A

Tints of Sushi #7E993A

Color information

#7E993A (or 0x7E993A) is unknown color: approx Sushi. HEX triplet: 7E, 99 and 3A. RGB value is (126,153,58). Sum of RGB (Red+Green+Blue) = 126+153+58=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #7E993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E993A is #8166C5. Grayscale: #868686. Windows color (decimal): -8480454 or 3840382. OLE color: 3840382.

HSL color Cylindrical-coordinate representation of color #7E993A: hue angle of 77.05º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E993A is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB12615358-
CMYK0.1800.620.4
HSL77.05º45.02%41.37%-
HSV(B)77.05º62.09%60%-
XYZ20.7627.528.22-
YUV134.185.05122.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.39%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 58 (23.05% from 255) = 17.21%
R=37.39%
G=45.40%
B=17.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126153580.1800.620.477.0545.0241.37
Hex7E993A1203E284d2d29
Octal1762317222076501155551
Binary1111110100110011110101001001111101010001001101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,153,58); }

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

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

 a { background-color: rgb(126,153,58); }

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

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

 span { border-color: rgb(126,153,58); }

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