#7FB586

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

Shades of Bay Leaf #7FB586

Tints of Bay Leaf #7FB586

Color information

#7FB586 (or 0x7FB586) is unknown color: approx Bay Leaf. HEX triplet: 7F, B5 and 86. RGB value is (127,181,134). Sum of RGB (Red+Green+Blue) = 127+181+134=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB586 is #804A79. Grayscale: #9F9F9F. Windows color (decimal): -8407674 or 8828287. OLE color: 8828287.

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

Color convert

RGB127181134-
CMYK0.3000.260.29
HSL127.78º26.73%60.39%-
HSV(B)127.78º29.83%70.98%-
XYZ29.5839.2828.58-
YUV159.5113.61104.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.73%
GREEN value IS 181 (71.09% from 255) = 40.95%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=28.73%
G=40.95%
B=30.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271811340.3000.260.29127.7826.7360.39
Hex7FB5861E01A1D801b3c
Octal17726520636032352003374
Binary1111111101101011000011011110011010111011000000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,181,134); }

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

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

 a { background-color: rgb(127,181,134); }

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

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

 span { border-color: rgb(127,181,134); }

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