#7DBE8B

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

Shades of Bay Leaf #7DBE8B

Tints of Bay Leaf #7DBE8B

Color information

#7DBE8B (or 0x7DBE8B) is unknown color: approx Bay Leaf. HEX triplet: 7D, BE and 8B. RGB value is (125,190,139). Sum of RGB (Red+Green+Blue) = 125+190+139=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE8B is #824174. Grayscale: #A4A4A4. Windows color (decimal): -8536437 or 9158269. OLE color: 9158269.

HSL color Cylindrical-coordinate representation of color #7DBE8B: hue angle of 132.92º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBE8B is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB125190139-
CMYK0.3400.270.25
HSL132.92º33.33%61.76%-
HSV(B)132.92º34.21%74.51%-
XYZ31.5343.0531.07-
YUV164.75113.4799.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.53%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=27.53%
G=41.85%
B=30.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251901390.3400.270.25132.9233.3361.76
Hex7DBE8B2201B1985213e
Octal17527621342033312054176
Binary111110110111110100010111000100110111100110000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,190,139); }

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

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

 a { background-color: rgb(125,190,139); }

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

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

 span { border-color: rgb(125,190,139); }

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