Html Css Color HEX #7DB187 Bay Leaf

📋 copy color: '#7DB187'

red 125 ◦ green 177 ◦ blue 135

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

Shades of Bay Leaf #7DB187

Tints of Bay Leaf #7DB187

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.5%

 BLUE value IS 135 (53.13% from 255) = 30.89%

R = 28.6%
G = 40.5%
B = 30.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#7DB187 (or 0x7DB187) is known color: Bay Leaf. HEX triplet: 7D, B1 and 87. RGB value is (125,177,135). Sum of RGB (Red+Green+Blue) = 125+177+135=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB187 is #824E78. Grayscale: #9C9C9C. Windows color (decimal): -8539769 or 8892797. OLE color: 8892797.

HSL color Cylindrical-coordinate representation of color #7DB187: hue angle of 131.54º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DB187 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 177 135 -
CMYK 0.29 0 0.24 0.31
HSL 131.54º 0.25% 0.59% -
HSV(B) 131.54º 0.29% 0.69% -
XYZ 28.55 37.55 28.67 -
YUV 156.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 125 177 135 0.29 0 0.24 0.31 131.54 0.25 0.59
Hex 7D B1 87 1D 0 18 1F 84 19 3B
Octal 175 261 207 35 0 30 37 204 31 73
Binary 1111101 10110001 10000111 11101 0 11000 11111 10000100 11001 111011

Color Harmonies of #7DB187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB187

Black with #7DB187

Text Example


Text Example

White with #7DB187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,177,135); }

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

background-color css

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

 a { background-color: rgb(125,177,135); }

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

border-color css

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

 span { border-color: rgb(125,177,135); }

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