#7E9930

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

Shades of Sushi #7E9930

Tints of Sushi #7E9930

Color information

#7E9930 (or 0x7E9930) is unknown color: approx Sushi. HEX triplet: 7E, 99 and 30. RGB value is (126,153,48). Sum of RGB (Red+Green+Blue) = 126+153+48=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9930 is #8166CF. Grayscale: #858585. Windows color (decimal): -8480464 or 3185022. OLE color: 3185022.

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

Color convert

RGB12615348-
CMYK0.1800.690.4
HSL75.43º52.24%39.41%-
HSV(B)75.43º68.63%60%-
XYZ20.5327.437.01-
YUV132.9680.05123.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.53%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 48 (19.14% from 255) = 14.68%
R=38.53%
G=46.79%
B=14.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126153480.1800.690.475.4352.2439.41
Hex7E993012045284b3427
Octal17623160220105501136447
Binary11111101001100111000010010010001011010001001011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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