#7E992D

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

Shades of Sushi #7E992D

Tints of Sushi #7E992D

Color information

#7E992D (or 0x7E992D) is unknown color: approx Sushi. HEX triplet: 7E, 99 and 2D. RGB value is (126,153,45). Sum of RGB (Red+Green+Blue) = 126+153+45=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #7E992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E992D is #8166D2. Grayscale: #858585. Windows color (decimal): -8480467 or 2988414. OLE color: 2988414.

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

Color convert

RGB12615345-
CMYK0.1800.710.4
HSL75º54.55%38.82%-
HSV(B)75º70.59%60%-
XYZ20.4727.416.69-
YUV132.6178.55123.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.89%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 45 (17.97% from 255) = 13.89%
R=38.89%
G=47.22%
B=13.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126153450.1800.710.47554.5538.82
Hex7E992D12047284b3727
Octal17623155220107501136747
Binary11111101001100110110110010010001111010001001011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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