#7DB38F

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

Shades of Bay Leaf #7DB38F

Tints of Bay Leaf #7DB38F

Color information

#7DB38F (or 0x7DB38F) is unknown color: approx Bay Leaf. HEX triplet: 7D, B3 and 8F. RGB value is (125,179,143). Sum of RGB (Red+Green+Blue) = 125+179+143=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB38F is #824C70. Grayscale: #9E9E9E. Windows color (decimal): -8539249 or 9417597. OLE color: 9417597.

HSL color Cylindrical-coordinate representation of color #7DB38F: hue angle of 140º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB38F is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB125179143-
CMYK0.3000.200.30
HSL140º26.21%59.61%-
HSV(B)140º30.17%70.2%-
XYZ29.5438.5831.88-
YUV158.75119.11103.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=27.96%
G=40.04%
B=31.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1251791430.3000.200.3014026.2159.61
Hex7DB38F1E0141E8c1a3c
Octal17526321736024362143274
Binary1111101101100111000111111110010100111101000110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,179,143); }

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

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

 a { background-color: rgb(125,179,143); }

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

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

 span { border-color: rgb(125,179,143); }

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