#7DB040

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

Shades of Sushi #7DB040

Tints of Sushi #7DB040

Color information

#7DB040 (or 0x7DB040) is unknown color: approx Sushi. HEX triplet: 7D, B0 and 40. RGB value is (125,176,64). Sum of RGB (Red+Green+Blue) = 125+176+64=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB040 is #824FBF. Grayscale: #949494. Windows color (decimal): -8540096 or 4239485. OLE color: 4239485.

HSL color Cylindrical-coordinate representation of color #7DB040: hue angle of 87.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DB040 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB12517664-
CMYK0.2900.640.31
HSL87.32º46.67%47.06%-
HSV(B)87.32º63.64%69.02%-
XYZ24.9135.7810.44-
YUV147.9880.6111.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.25%
GREEN value IS 176 (69.14% from 255) = 48.22%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=34.25%
G=48.22%
B=17.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125176640.2900.640.3187.3246.6747.06
Hex7DB0401D0401F572f2f
Octal175260100350100371275757
Binary11111011011000010000001110101000000111111010111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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