#7D9F40

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

Shades of Sushi #7D9F40

Tints of Sushi #7D9F40

Color information

#7D9F40 (or 0x7D9F40) is unknown color: approx Sushi. HEX triplet: 7D, 9F and 40. RGB value is (125,159,64). Sum of RGB (Red+Green+Blue) = 125+159+64=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9F40 is #8260BF. Grayscale: #8A8A8A. Windows color (decimal): -8544448 or 4235133. OLE color: 4235133.

HSL color Cylindrical-coordinate representation of color #7D9F40: hue angle of 81.47º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D9F40 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB12515964-
CMYK0.2100.600.38
HSL81.47º42.6%43.73%-
HSV(B)81.47º59.75%62.35%-
XYZ21.7829.539.4-
YUV13886.24118.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.92%
GREEN value IS 159 (62.5% from 255) = 45.69%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=35.92%
G=45.69%
B=18.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125159640.2100.600.3881.4742.643.73
Hex7D9F401503C26512b2c
Octal17523710025074461215354
Binary11111011001111110000001010101111001001101010001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,159,64); }

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

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

 a { background-color: rgb(125,159,64); }

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

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

 span { border-color: rgb(125,159,64); }

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