#7FB385

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

Shades of Bay Leaf #7FB385

Tints of Bay Leaf #7FB385

Color information

#7FB385 (or 0x7FB385) is unknown color: approx Bay Leaf. HEX triplet: 7F, B3 and 85. RGB value is (127,179,133). Sum of RGB (Red+Green+Blue) = 127+179+133=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB385 is #804C7A. Grayscale: #9E9E9E. Windows color (decimal): -8408187 or 8762239. OLE color: 8762239.

HSL color Cylindrical-coordinate representation of color #7FB385: hue angle of 126.92º 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 #7FB385 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB127179133-
CMYK0.2900.260.30
HSL126.92º25.49%60%-
HSV(B)126.92º29.05%70.2%-
XYZ29.1138.4528.08-
YUV158.21113.77105.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.93%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=28.93%
G=40.77%
B=30.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271791330.2900.260.30126.9225.4960
Hex7FB3851D01A1E7f193c
Octal17726320535032361773174
Binary111111110110011100001011110101101011110111111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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