#7E9E30

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

Shades of Sushi #7E9E30

Tints of Sushi #7E9E30

Color information

#7E9E30 (or 0x7E9E30) is unknown color: approx Sushi. HEX triplet: 7E, 9E and 30. RGB value is (126,158,48). Sum of RGB (Red+Green+Blue) = 126+158+48=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #7E9E30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9E30 is #8161CF. Grayscale: #888888. Windows color (decimal): -8479184 or 3186302. OLE color: 3186302.

HSL color Cylindrical-coordinate representation of color #7E9E30: hue angle of 77.45º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E9E30 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB12615848-
CMYK0.2000.700.38
HSL77.45º53.4%40.39%-
HSV(B)77.45º69.62%61.96%-
XYZ21.3629.17.29-
YUV135.8978.4120.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.95%
GREEN value IS 158 (62.11% from 255) = 47.59%
BLUE value IS 48 (19.14% from 255) = 14.46%
R=37.95%
G=47.59%
B=14.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126158480.2000.700.3877.4553.440.39
Hex7E9E3014046264d3528
Octal17623660240106461156550
Binary11111101001111011000010100010001101001101001101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,158,48); }

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

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

 a { background-color: rgb(126,158,48); }

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

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

 span { border-color: rgb(126,158,48); }

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