#7FB989

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

Shades of Bay Leaf #7FB989

Tints of Bay Leaf #7FB989

Color information

#7FB989 (or 0x7FB989) is unknown color: approx Bay Leaf. HEX triplet: 7F, B9 and 89. RGB value is (127,185,137). Sum of RGB (Red+Green+Blue) = 127+185+137=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB989 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB989 is #804676. Grayscale: #A2A2A2. Windows color (decimal): -8406647 or 9025919. OLE color: 9025919.

HSL color Cylindrical-coordinate representation of color #7FB989: hue angle of 130.34º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB989 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB127185137-
CMYK0.3100.260.27
HSL130.34º29.29%61.18%-
HSV(B)130.34º31.35%72.55%-
XYZ30.6241.0229.97-
YUV162.19113.78102.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.29%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=28.29%
G=41.20%
B=30.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271851370.3100.260.27130.3429.2961.18
Hex7FB9891F01A1B821d3d
Octal17727121137032332023575
Binary1111111101110011000100111111011010110111000001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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