#7EAB38

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

Shades of Sushi #7EAB38

Tints of Sushi #7EAB38

Color information

#7EAB38 (or 0x7EAB38) is unknown color: approx Sushi. HEX triplet: 7E, AB and 38. RGB value is (126,171,56). Sum of RGB (Red+Green+Blue) = 126+171+56=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAB38 is #8154C7. Grayscale: #909090. Windows color (decimal): -8475848 or 3713918. OLE color: 3713918.

HSL color Cylindrical-coordinate representation of color #7EAB38: hue angle of 83.48º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7EAB38 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB12617156-
CMYK0.2600.670.33
HSL83.48º50.66%44.51%-
HSV(B)83.48º67.25%67.06%-
XYZ23.8833.859.02-
YUV144.4478.09114.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.69%
GREEN value IS 171 (67.19% from 255) = 48.44%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=35.69%
G=48.44%
B=15.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126171560.2600.670.3383.4850.6644.51
Hex7EAB381A0432153332d
Octal17625370320103411236355
Binary11111101010101111100011010010000111000011010011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,171,56); }

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

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

 a { background-color: rgb(126,171,56); }

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

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

 span { border-color: rgb(126,171,56); }

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