#7DA789

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

Shades of Bay Leaf #7DA789

Tints of Bay Leaf #7DA789

Color information

#7DA789 (or 0x7DA789) is unknown color: approx Bay Leaf. HEX triplet: 7D, A7 and 89. RGB value is (125,167,137). Sum of RGB (Red+Green+Blue) = 125+167+137=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA789 is #825876. Grayscale: #979797. Windows color (decimal): -8542327 or 9021309. OLE color: 9021309.

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

Color convert

RGB125167137-
CMYK0.2500.180.35
HSL137.14º19.27%57.25%-
HSV(B)137.14º25.15%65.49%-
XYZ26.7933.828.78-
YUV151.02120.09109.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.14%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 137 (53.91% from 255) = 31.93%
R=29.14%
G=38.93%
B=31.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251671370.2500.180.35137.1419.2757.25
Hex7DA7891901223891339
Octal17524721131022432112371
Binary11111011010011110001001110010100101000111000100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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