#7FB388

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

Shades of Bay Leaf #7FB388

Tints of Bay Leaf #7FB388

Color information

#7FB388 (or 0x7FB388) is unknown color: approx Bay Leaf. HEX triplet: 7F, B3 and 88. RGB value is (127,179,136). Sum of RGB (Red+Green+Blue) = 127+179+136=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB388 is #804C77. Grayscale: #9E9E9E. Windows color (decimal): -8408184 or 8958847. OLE color: 8958847.

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

Color convert

RGB127179136-
CMYK0.2900.240.30
HSL130.38º25.49%60%-
HSV(B)130.38º29.05%70.2%-
XYZ29.3238.5329.18-
YUV158.55115.27105.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.73%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=28.73%
G=40.50%
B=30.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271791360.2900.240.30130.3825.4960
Hex7FB3881D0181E82193c
Octal17726321035030362023174
Binary1111111101100111000100011101011000111101000001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,179,136); }

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

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

 a { background-color: rgb(127,179,136); }

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

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

 span { border-color: rgb(127,179,136); }

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