Html Css Color HEX #7DA78D Bay Leaf

📋 copy color: '#7DA78D'

red 125 ◦ green 167 ◦ blue 141

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

Shades of Bay Leaf #7DA78D

Tints of Bay Leaf #7DA78D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.57%

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 28.87%
G = 38.57%
B = 32.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#7DA78D (or 0x7DA78D) is known color: Bay Leaf. HEX triplet: 7D, A7 and 8D. RGB value is (125,167,141). Sum of RGB (Red+Green+Blue) = 125+167+141=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA78D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA78D is #825872. Grayscale: #979797. Windows color (decimal): -8542323 or 9283453. OLE color: 9283453.

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

Color convert

RGB 125 167 141 -
CMYK 0.25 0 0.16 0.35
HSL 142.86º 0.19% 0.57% -
HSV(B) 142.86º 0.25% 0.65% -
XYZ 27.08 33.92 30.32 -
YUV 151.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 125 167 141 0.25 0 0.16 0.35 142.86 0.19 0.57
Hex 7D A7 8D 19 0 10 23 8F 13 39
Octal 175 247 215 31 0 20 43 217 23 71
Binary 1111101 10100111 10001101 11001 0 10000 100011 10001111 10011 111001

Color Harmonies of #7DA78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA78D

Black with #7DA78D

Text Example


Text Example

White with #7DA78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,167,141); }

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

background-color css

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

 a { background-color: rgb(125,167,141); }

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

border-color css

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

 span { border-color: rgb(125,167,141); }

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