#7DB138

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

Shades of Sushi #7DB138

Tints of Sushi #7DB138

Color information

#7DB138 (or 0x7DB138) is unknown color: approx Sushi. HEX triplet: 7D, B1 and 38. RGB value is (125,177,56). Sum of RGB (Red+Green+Blue) = 125+177+56=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB138 is #824EC7. Grayscale: #949494. Windows color (decimal): -8539848 or 3715453. OLE color: 3715453.

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

Color convert

RGB12517756-
CMYK0.2900.680.31
HSL85.79º51.93%45.69%-
HSV(B)85.79º68.36%69.41%-
XYZ24.8936.099.4-
YUV147.6676.27111.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.92%
GREEN value IS 177 (69.53% from 255) = 49.44%
BLUE value IS 56 (22.27% from 255) = 15.64%
R=34.92%
G=49.44%
B=15.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125177560.2900.680.3185.7951.9345.69
Hex7DB1381D0441F56342e
Octal17526170350104371266456
Binary1111101101100011110001110101000100111111010110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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