Html Css Color HEX #7DB584 Bay Leaf

📋 copy color: '#7DB584'

red 125 ◦ green 181 ◦ blue 132

#7DB584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #7DB584

Tints of Bay Leaf #7DB584

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 value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#7DB584 (or 0x7DB584) is known color: 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

RGB 125 181 132 -
CMYK 0.31 0 0.27 0.29
HSL 127.5º 0.27% 0.6% -
HSV(B) 127.5º 0.31% 0.71% -
XYZ 29.15 39.07 27.84 -
YUV 158.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 125 181 132 0.31 0 0.27 0.29 127.5 0.27 0.6
Hex 7D B5 84 1F 0 1B 1D 80 1B 3C
Octal 175 265 204 37 0 33 35 200 33 74
Binary 1111101 10110101 10000100 11111 0 11011 11101 10000000 11011 111100

Color Harmonies of #7DB584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB584

Black with #7DB584

Text Example


Text Example

White with #7DB584

Text Example


Text Example

HTML Codes & Css Web 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>