#7DBC8E

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

Shades of Bay Leaf #7DBC8E

Tints of Bay Leaf #7DBC8E

Color information

#7DBC8E (or 0x7DBC8E) is unknown color: approx Bay Leaf. HEX triplet: 7D, BC and 8E. RGB value is (125,188,142). Sum of RGB (Red+Green+Blue) = 125+188+142=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBC8E is #824371. Grayscale: #A4A4A4. Windows color (decimal): -8536946 or 9354365. OLE color: 9354365.

HSL color Cylindrical-coordinate representation of color #7DBC8E: hue angle of 136.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBC8E is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB125188142-
CMYK0.3400.240.26
HSL136.19º31.98%61.37%-
HSV(B)136.19º33.51%73.73%-
XYZ31.3242.2832.1-
YUV163.92115.63100.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.47%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=27.47%
G=41.32%
B=31.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1251881420.3400.240.26136.1931.9861.37
Hex7DBC8E220181A88203d
Octal17527421642030322104075
Binary111110110111100100011101000100110001101010001000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,188,142); }

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

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

 a { background-color: rgb(125,188,142); }

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

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

 span { border-color: rgb(125,188,142); }

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