Html Css Color HEX #7DA58E Bay Leaf

📋 copy color: '#7DA58E'

red 125 ◦ green 165 ◦ blue 142

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

Shades of Bay Leaf #7DA58E

Tints of Bay Leaf #7DA58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.19%

 BLUE value IS 142 (55.86% from 255) = 32.87%

R = 28.94%
G = 38.19%
B = 32.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#7DA58E (or 0x7DA58E) is known color: Bay Leaf. HEX triplet: 7D, A5 and 8E. RGB value is (125,165,142). Sum of RGB (Red+Green+Blue) = 125+165+142=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA58E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA58E is #825A71. Grayscale: #969696. Windows color (decimal): -8542834 or 9348477. OLE color: 9348477.

HSL color Cylindrical-coordinate representation of color #7DA58E: hue angle of 145.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7DA58E is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 165 142 -
CMYK 0.24 0 0.14 0.35
HSL 145.5º 0.18% 0.57% -
HSV(B) 145.5º 0.24% 0.65% -
XYZ 26.8 33.22 30.59 -
YUV 150.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 125 165 142 0.24 0 0.14 0.35 145.5 0.18 0.57
Hex 7D A5 8E 18 0 E 23 92 12 39
Octal 175 245 216 30 0 16 43 222 22 71
Binary 1111101 10100101 10001110 11000 0 1110 100011 10010010 10010 111001

Color Harmonies of #7DA58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA58E

Black with #7DA58E

Text Example


Text Example

White with #7DA58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,165,142); }

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

background-color css

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

 a { background-color: rgb(125,165,142); }

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

border-color css

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

 span { border-color: rgb(125,165,142); }

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