#7DB784

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

Shades of Bay Leaf #7DB784

Tints of Bay Leaf #7DB784

Color information

#7DB784 (or 0x7DB784) is unknown color: approx Bay Leaf. HEX triplet: 7D, B7 and 84. RGB value is (125,183,132). Sum of RGB (Red+Green+Blue) = 125+183+132=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB784 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB784 is #82487B. Grayscale: #9F9F9F. Windows color (decimal): -8538236 or 8697725. OLE color: 8697725.

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

Color convert

RGB125183132-
CMYK0.3200.280.28
HSL127.24º28.71%60.39%-
HSV(B)127.24º31.69%71.76%-
XYZ29.5639.8927.97-
YUV159.84112.28103.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.41%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 132 (51.95% from 255) = 30%
R=28.41%
G=41.59%
B=30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1251831320.3200.280.28127.2428.7160.39
Hex7DB7842001C1C7f1d3c
Octal17526720440034341773574
Binary1111101101101111000010010000001110011100111111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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