#7FB489

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

Shades of Bay Leaf #7FB489

Tints of Bay Leaf #7FB489

Color information

#7FB489 (or 0x7FB489) is unknown color: approx Bay Leaf. HEX triplet: 7F, B4 and 89. RGB value is (127,180,137). Sum of RGB (Red+Green+Blue) = 127+180+137=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB489 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB489 is #804B76. Grayscale: #9F9F9F. Windows color (decimal): -8407927 or 9024639. OLE color: 9024639.

HSL color Cylindrical-coordinate representation of color #7FB489: hue angle of 131.32º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB489 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB127180137-
CMYK0.2900.240.29
HSL131.32º26.11%60.2%-
HSV(B)131.32º29.44%70.59%-
XYZ29.5938.9629.63-
YUV159.25115.44105-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.60%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 137 (53.91% from 255) = 30.86%
R=28.60%
G=40.54%
B=30.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271801370.2900.240.29131.3226.1160.2
Hex7FB4891D0181D831a3c
Octal17726421135030352033274
Binary1111111101101001000100111101011000111011000001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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