Html Css Color HEX #7DAD85 Bay Leaf

📋 copy color: '#7DAD85'

red 125 ◦ green 173 ◦ blue 133

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

Shades of Bay Leaf #7DAD85

Tints of Bay Leaf #7DAD85

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 29%
G = 40.14%
B = 30.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#7DAD85 (or 0x7DAD85) is known color: Bay Leaf. HEX triplet: 7D, AD and 85. RGB value is (125,173,133). Sum of RGB (Red+Green+Blue) = 125+173+133=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAD85 is #82527A. Grayscale: #9A9A9A. Windows color (decimal): -8540795 or 8760701. OLE color: 8760701.

HSL color Cylindrical-coordinate representation of color #7DAD85: hue angle of 130º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAD85 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 173 133 -
CMYK 0.28 0 0.23 0.32
HSL 130º 0.23% 0.58% -
HSV(B) 130º 0.28% 0.68% -
XYZ 27.63 35.94 27.67 -
YUV 154.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 125 173 133 0.28 0 0.23 0.32 130 0.23 0.58
Hex 7D AD 85 1C 0 17 20 82 17 3A
Octal 175 255 205 34 0 27 40 202 27 72
Binary 1111101 10101101 10000101 11100 0 10111 100000 10000010 10111 111010

Color Harmonies of #7DAD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAD85

Black with #7DAD85

Text Example


Text Example

White with #7DAD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,173,133); }

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

background-color css

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

 a { background-color: rgb(125,173,133); }

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

border-color css

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

 span { border-color: rgb(125,173,133); }

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