#7E993F

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

Shades of Sushi #7E993F

Tints of Sushi #7E993F

Color information

#7E993F (or 0x7E993F) is unknown color: approx Sushi. HEX triplet: 7E, 99 and 3F. RGB value is (126,153,63). Sum of RGB (Red+Green+Blue) = 126+153+63=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #7E993F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E993F is #8166C0. Grayscale: #878787. Windows color (decimal): -8480449 or 4168062. OLE color: 4168062.

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

Color convert

RGB12615363-
CMYK0.1800.590.4
HSL78º41.67%42.35%-
HSV(B)78º58.82%60%-
XYZ20.8927.588.92-
YUV134.6787.55121.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.84%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 63 (25% from 255) = 18.42%
R=36.84%
G=44.74%
B=18.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126153630.1800.590.47841.6742.35
Hex7E993F1203B284e2a2a
Octal1762317722073501165252
Binary1111110100110011111111001001110111010001001110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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