#7E9A3A

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

Shades of Sushi #7E9A3A

Tints of Sushi #7E9A3A

Color information

#7E9A3A (or 0x7E9A3A) is unknown color: approx Sushi. HEX triplet: 7E, 9A and 3A. RGB value is (126,154,58). Sum of RGB (Red+Green+Blue) = 126+154+58=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #7E9A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9A3A is #8165C5. Grayscale: #878787. Windows color (decimal): -8480198 or 3840638. OLE color: 3840638.

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

Color convert

RGB12615458-
CMYK0.1800.620.40
HSL77.5º45.28%41.57%-
HSV(B)77.5º62.34%60.39%-
XYZ20.9227.858.28-
YUV134.6884.72121.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.28%
GREEN value IS 154 (60.55% from 255) = 45.56%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=37.28%
G=45.56%
B=17.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal126154580.1800.620.4077.545.2841.57
Hex7E9A3A1203E284e2d2a
Octal1762327222076501165552
Binary1111110100110101110101001001111101010001001110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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