Html Css Color HEX #7DA589 Bay Leaf

📋 copy color: '#7DA589'

red 125 ◦ green 165 ◦ blue 137

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

Shades of Bay Leaf #7DA589

Tints of Bay Leaf #7DA589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.08%

R = 29.27%
G = 38.64%
B = 32.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#7DA589 (or 0x7DA589) is known color: Bay Leaf. HEX triplet: 7D, A5 and 89. RGB value is (125,165,137). Sum of RGB (Red+Green+Blue) = 125+165+137=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA589 is #825A76. Grayscale: #959595. Windows color (decimal): -8542839 or 9020797. OLE color: 9020797.

HSL color Cylindrical-coordinate representation of color #7DA589: hue angle of 138º 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 #7DA589 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 165 137 -
CMYK 0.24 0 0.17 0.35
HSL 138º 0.18% 0.57% -
HSV(B) 138º 0.24% 0.65% -
XYZ 26.43 33.08 28.66 -
YUV 149.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 125 165 137 0.24 0 0.17 0.35 138 0.18 0.57
Hex 7D A5 89 18 0 11 23 8A 12 39
Octal 175 245 211 30 0 21 43 212 22 71
Binary 1111101 10100101 10001001 11000 0 10001 100011 10001010 10010 111001

Color Harmonies of #7DA589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA589

Black with #7DA589

Text Example


Text Example

White with #7DA589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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