#7DB137

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

Shades of Sushi #7DB137

Tints of Sushi #7DB137

Color information

#7DB137 (or 0x7DB137) is unknown color: approx Sushi. HEX triplet: 7D, B1 and 37. RGB value is (125,177,55). Sum of RGB (Red+Green+Blue) = 125+177+55=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB137 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB137 is #824EC8. Grayscale: #939393. Windows color (decimal): -8539849 or 3649917. OLE color: 3649917.

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

Color convert

RGB12517755-
CMYK0.2900.690.31
HSL85.57º52.59%45.49%-
HSV(B)85.57º68.93%69.41%-
XYZ24.8736.089.27-
YUV147.5475.77111.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.01%
GREEN value IS 177 (69.53% from 255) = 49.58%
BLUE value IS 55 (21.88% from 255) = 15.41%
R=35.01%
G=49.58%
B=15.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125177550.2900.690.3185.5752.5945.49
Hex7DB1371D0451F56352d
Octal17526167350105371266555
Binary1111101101100011101111110101000101111111010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,177,55); }

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

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

 a { background-color: rgb(125,177,55); }

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

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

 span { border-color: rgb(125,177,55); }

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