#7DAA8B

Color #7DAA8B Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #7DAA8B

Tints of Bay Leaf #7DAA8B

Color information

#7DAA8B (or 0x7DAA8B) is unknown color: approx Bay Leaf. HEX triplet: 7D, AA and 8B. RGB value is (125,170,139). Sum of RGB (Red+Green+Blue) = 125+170+139=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAA8B is #825574. Grayscale: #999999. Windows color (decimal): -8541557 or 9153149. OLE color: 9153149.

HSL color Cylindrical-coordinate representation of color #7DAA8B: hue angle of 138.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DAA8B is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB125170139-
CMYK0.2600.180.33
HSL138.67º20.93%57.84%-
HSV(B)138.67º26.47%66.67%-
XYZ27.4934.9729.73-
YUV153.01120.09108.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.80%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=28.80%
G=39.17%
B=32.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251701390.2600.180.33138.6720.9357.84
Hex7DAA8B1A012218b153a
Octal17525221332022412132572
Binary11111011010101010001011110100100101000011000101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,139); }

 H1.HeaderClassName
 {
   color: #7DAA8B;
 }
 .AnyTagClassName
 {
   color: #7DAA8B;
 }
</style>
background-color css

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

 a { background-color: rgb(125,170,139); }

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

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

 span { border-color: rgb(125,170,139); }

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