#7FA189

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

Shades of Bay Leaf #7FA189

Tints of Bay Leaf #7FA189

Color information

#7FA189 (or 0x7FA189) is unknown color: approx Bay Leaf. HEX triplet: 7F, A1 and 89. RGB value is (127,161,137). Sum of RGB (Red+Green+Blue) = 127+161+137=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA189 is #805E76. Grayscale: #949494. Windows color (decimal): -8412791 or 9019775. OLE color: 9019775.

HSL color Cylindrical-coordinate representation of color #7FA189: hue angle of 137.65º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7FA189 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB127161137-
CMYK0.2100.150.37
HSL137.65º15.32%56.47%-
HSV(B)137.65º21.12%63.14%-
XYZ26.0131.8128.44-
YUV148.1121.74112.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.88%
GREEN value IS 161 (63.28% from 255) = 37.88%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=29.88%
G=37.88%
B=32.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1271611370.2100.150.37137.6515.3256.47
Hex7FA189150F258af38
Octal17724121125017452121770
Binary111111110100001100010011010101111100101100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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