#7D982E

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

Shades of Sushi #7D982E

Tints of Sushi #7D982E

Color information

#7D982E (or 0x7D982E) is unknown color: approx Sushi. HEX triplet: 7D, 98 and 2E. RGB value is (125,152,46). Sum of RGB (Red+Green+Blue) = 125+152+46=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #7D982E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D982E is #8267D1. Grayscale: #848484. Windows color (decimal): -8546258 or 3053693. OLE color: 3053693.

HSL color Cylindrical-coordinate representation of color #7D982E: hue angle of 75.28º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D982E is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB12515246-
CMYK0.1800.700.40
HSL75.28º53.54%38.82%-
HSV(B)75.28º69.74%59.61%-
XYZ20.1827.016.74-
YUV131.8479.55123.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.70%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 46 (18.36% from 255) = 14.24%
R=38.70%
G=47.06%
B=14.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125152460.1800.700.4075.2853.5438.82
Hex7D982E12046284b3627
Octal17523056220106501136647
Binary11111011001100010111010010010001101010001001011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,152,46); }

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

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

 a { background-color: rgb(125,152,46); }

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

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

 span { border-color: rgb(125,152,46); }

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