#7EAA38

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

Shades of Sushi #7EAA38

Tints of Sushi #7EAA38

Color information

#7EAA38 (or 0x7EAA38) is unknown color: approx Sushi. HEX triplet: 7E, AA and 38. RGB value is (126,170,56). Sum of RGB (Red+Green+Blue) = 126+170+56=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAA38 is #8155C7. Grayscale: #909090. Windows color (decimal): -8476104 or 3713662. OLE color: 3713662.

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

Color convert

RGB12617056-
CMYK0.2600.670.33
HSL83.16º50.44%44.31%-
HSV(B)83.16º67.06%66.67%-
XYZ23.6933.478.95-
YUV143.8578.42115.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.80%
GREEN value IS 170 (66.80% from 255) = 48.30%
BLUE value IS 56 (22.27% from 255) = 15.91%
R=35.80%
G=48.30%
B=15.91%

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
Decimal126170560.2600.670.3383.1650.4444.31
Hex7EAA381A0432153322c
Octal17625270320103411236254
Binary11111101010101011100011010010000111000011010011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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