Html Css Color HEX #7DB384 Bay Leaf

📋 copy color: '#7DB384'

red 125 ◦ green 179 ◦ blue 132

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

Shades of Bay Leaf #7DB384

Tints of Bay Leaf #7DB384

RGB

 RED value IS 125 (49.22% from 255) = 28.67%

 GREEN value IS 179 (70.31% from 255) = 41.06%

 BLUE value IS 132 (51.95% from 255) = 30.28%

R = 28.67%
G = 41.06%
B = 30.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#7DB384 (or 0x7DB384) is known color: Bay Leaf. HEX triplet: 7D, B3 and 84. RGB value is (125,179,132). Sum of RGB (Red+Green+Blue) = 125+179+132=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB384 is #824C7B. Grayscale: #9D9D9D. Windows color (decimal): -8539260 or 8696701. OLE color: 8696701.

HSL color Cylindrical-coordinate representation of color #7DB384: hue angle of 127.78º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB384 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 132 -
CMYK 0.30 0 0.26 0.30
HSL 127.78º 0.26% 0.6% -
HSV(B) 127.78º 0.3% 0.7% -
XYZ 28.74 38.27 27.7 -
YUV 157.5 113.61 104.82 -
System Red Green Blue C M Y K H S L
Decimal 125 179 132 0.30 0 0.26 0.30 127.78 0.26 0.6
Hex 7D B3 84 1E 0 1A 1E 80 1A 3C
Octal 175 263 204 36 0 32 36 200 32 74
Binary 1111101 10110011 10000100 11110 0 11010 11110 10000000 11010 111100

Color Harmonies of #7DB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB384

Black with #7DB384

Text Example


Text Example

White with #7DB384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DB384;
 }
 .AnyTagClassName
 {
   color: #7DB384;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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