#7DB584

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

Shades of Bay Leaf #7DB584

Tints of Bay Leaf #7DB584

Color information

#7DB584 (or 0x7DB584) is unknown color: approx Bay Leaf. HEX triplet: 7D, B5 and 84. RGB value is (125,181,132). Sum of RGB (Red+Green+Blue) = 125+181+132=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB584 is #824A7B. Grayscale: #9E9E9E. Windows color (decimal): -8538748 or 8697213. OLE color: 8697213.

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

Color convert

RGB125181132-
CMYK0.3100.270.29
HSL127.5º27.45%60%-
HSV(B)127.5º30.94%70.98%-
XYZ29.1539.0727.84-
YUV158.67112.95103.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.54%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=28.54%
G=41.32%
B=30.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251811320.3100.270.29127.527.4560
Hex7DB5841F01B1D801b3c
Octal17526520437033352003374
Binary1111101101101011000010011111011011111011000000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,181,132); }

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

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

 a { background-color: rgb(125,181,132); }

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

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

 span { border-color: rgb(125,181,132); }

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