#7FAD89

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

Shades of Bay Leaf #7FAD89

Tints of Bay Leaf #7FAD89

Color information

#7FAD89 (or 0x7FAD89) is unknown color: approx Bay Leaf. HEX triplet: 7F, AD and 89. RGB value is (127,173,137). Sum of RGB (Red+Green+Blue) = 127+173+137=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAD89 is #805276. Grayscale: #9B9B9B. Windows color (decimal): -8409719 or 9022847. OLE color: 9022847.

HSL color Cylindrical-coordinate representation of color #7FAD89: hue angle of 133.04º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAD89 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB127173137-
CMYK0.2700.210.32
HSL133.04º21.9%58.82%-
HSV(B)133.04º26.59%67.84%-
XYZ28.2136.2129.17-
YUV155.14117.76107.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.06%
GREEN value IS 173 (67.97% from 255) = 39.59%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=29.06%
G=39.59%
B=31.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271731370.2700.210.32133.0421.958.82
Hex7FAD891B0152085163b
Octal17725521133025402052673
Binary11111111010110110001001110110101011000001000010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,173,137); }

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

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

 a { background-color: rgb(127,173,137); }

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

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

 span { border-color: rgb(127,173,137); }

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