Html Css Color HEX #7DA087 Bay Leaf

📋 copy color: '#7DA087'

red 125 ◦ green 160 ◦ blue 135

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

Shades of Bay Leaf #7DA087

Tints of Bay Leaf #7DA087

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.1%

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

R = 29.76%
G = 38.1%
B = 32.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#7DA087 (or 0x7DA087) is known color: Bay Leaf. HEX triplet: 7D, A0 and 87. RGB value is (125,160,135). Sum of RGB (Red+Green+Blue) = 125+160+135=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA087 is #825F78. Grayscale: #929292. Windows color (decimal): -8544121 or 8888445. OLE color: 8888445.

HSL color Cylindrical-coordinate representation of color #7DA087: hue angle of 137.14º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7DA087 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 160 135 -
CMYK 0.22 0 0.16 0.37
HSL 137.14º 0.16% 0.56% -
HSV(B) 137.14º 0.22% 0.63% -
XYZ 25.4 31.25 27.61 -
YUV 146.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 125 160 135 0.22 0 0.16 0.37 137.14 0.16 0.56
Hex 7D A0 87 16 0 10 25 89 10 38
Octal 175 240 207 26 0 20 45 211 20 70
Binary 1111101 10100000 10000111 10110 0 10000 100101 10001001 10000 111000

Color Harmonies of #7DA087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA087

Black with #7DA087

Text Example


Text Example

White with #7DA087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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